Motion Control and Motor Drives

cancel
Showing results for 
Search instead for 
Did you mean: 

text to array

Dear All,
 
I have a text file as follows
 
X100.467 Y23.45 Z-34.578
X340.567 Y-125.78 Z90.003
X-32.368 Y43.21 Z89.543
.
.
.
.
. and so on.
Now I want to dump the values of X, Y & Z resp into an array. I am able to achieve this.But the part after the decimals does not come into picture.Can any one help me out  how I can achieve this. ie For X the values in the arrays are 100, 340 and -32 and same for Y and Z.
 
Regards
Manish Karnik
Application engineer
Cruiser Controls, India 
0 Kudos
Message 1 of 2
(3,144 Views)
Manish,

I guess your operating system doesn't use a period as a decimal symbol. Please have a look at this link to learn how to fix this issue.
By the way: You better should post this type of question to the LabVIEW forum.

Best regards,

Jochen Klier
National Instruments Germany
0 Kudos
Message 2 of 2
(3,131 Views)