PDA

Click to See Complete Forum and Search --> : reading from a line


anwar jamil
Aug 18th, 1999, 05:45 PM
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.

ChrisCote
Aug 18th, 1999, 06:34 PM
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