good day expert...
can any one help me solve this one with a code..
by the way, i am using foxpro 2.6
here's the problem..
how can i read the content of a text file, line by line? just like doing a search in a database, and prompt/display the data once its being found/match from a variable.
basically i want to treat the text file as a database. the data in each line is separated by a comma(,)
sample content of my text file(modem1.txt):
Michael_Jackson,ATZ0,2,3
Spider_Man,ATZ1,1,2
Super_Man,AZT2,3,2
Bat_Man,A2TZ,1,2
Super_Girl,BTZ1,1,2
hope you can help me with this one.
thanks in advance.
can any one help me solve this one with a code..
by the way, i am using foxpro 2.6
here's the problem..
how can i read the content of a text file, line by line? just like doing a search in a database, and prompt/display the data once its being found/match from a variable.
basically i want to treat the text file as a database. the data in each line is separated by a comma(,)
sample content of my text file(modem1.txt):
Michael_Jackson,ATZ0,2,3
Spider_Man,ATZ1,1,2
Super_Man,AZT2,3,2
Bat_Man,A2TZ,1,2
Super_Girl,BTZ1,1,2
hope you can help me with this one.
thanks in advance.