I do not have a problem with reading data from file if the data are only numbers but if the numbers are mixed with text im not able to do it.
data.txt is filled this way:
probe : scan
frequency: 320Hz
x y
0 1
0.5 3.5
1 4
Question: how do i read data x and y from file without text within the file.
Thank you very much.
D.
data.txt is filled this way:
probe : scan
frequency: 320Hz
x y
0 1
0.5 3.5
1 4
Question: how do i read data x and y from file without text within the file.
Thank you very much.
D.