Results 1 to 2 of 2

Thread: reading from a line

  1. #1

    Thread Starter
    New Member
    Join Date
    Aug 1999
    Location
    Solihull
    Posts
    10

    Post

    suppose you are reading a text file how will you say end of line.Or say how will you read one word and then read another word and so on.

  2. #2
    Junior Member
    Join Date
    Jul 1999
    Posts
    20

    Post

    The way I would do it is to save each line into a variable using the following line of code and then looking for the spaces.

    nFileNum = Freefile
    Line Input #nFileNum, sInline

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width