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.
Printable View
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.
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