Hello to everyone!
I want to read a spreadsheet file VI, wich contain many rows with this format:
0.475009,0.242797;
0.023044,0.522105;
0.735105,0.634358;
0.955100,0.982586;
etc..
The goal is to divide these rows into 2 array: the first one contains the left number:
0.475009
0.023044
0.735105
0.955100
while the right one contains the right number:
0.242797
0.522105
0.634358
0.982586
Someone can help me?
Thanks and
Best regards!