Hello,
Anybody can tell me how I could call up individual lines from a .txt file by line number for example or by the first number in this line?
text.txt file containing;
0 61 112 ;
192 61 0 ;
192 63 112 ;
384 63 0 ;
384 64 112 ;
576 64 0 ;
576 62 112 ;
768 62 0 ;
I would like to call up individual lines into a list. For example line 4 would give me the following list; 384 63 0. Or how could I call up the first line that starts with 576 or the second line that starts with 576 or the first line that is greather than 700?
Thanks,