|
-
Aug 18th, 1999, 05:45 PM
#1
Thread Starter
New Member
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.
-
Aug 18th, 1999, 06:34 PM
#2
Junior Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|