Dear Pals
There is a FAQ in this forum related to this issue,related to Visual Basic, but it doesnt adress my problem, because it reads data in one line as one text or one value. My problem is to read discrete data in one line as discrete values.
Consider this in a simple Notepad text file(ASCII)
1 2 3
4 5 6
7 8 9
ie 3 lines in 3 columns, there is 3 data per line.
How can I read each data separate from the other and say for example A(1)=1; A(2)=2; A(3)=3 etc
A simple line of code will do.
There is a FAQ in this forum related to this issue,related to Visual Basic, but it doesnt adress my problem, because it reads data in one line as one text or one value. My problem is to read discrete data in one line as discrete values.
Consider this in a simple Notepad text file(ASCII)
1 2 3
4 5 6
7 8 9
ie 3 lines in 3 columns, there is 3 data per line.
How can I read each data separate from the other and say for example A(1)=1; A(2)=2; A(3)=3 etc
A simple line of code will do.