LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Replacing Strings in an array

Hallo,

this time I have a problably very easy question. I have an array with numbers in scientific notation, e.g. 1,23456E+10 (German OS), already changed to strings. I want to save it to a spreadsheat file, but before that I want to replace all "," with "." and all "E" with "e". (Otherwise GNUplot cannot read them).
With my idea, only the first ones were replaced.

Please help me, thank you !!

Arno

PS: I am using LabVIEW 6.1.
0 Kudos
Message 1 of 3
(2,595 Views)
Take a look to this vi!!

Ciao
Fabio
0 Kudos
Message 2 of 3
(2,595 Views)
As discussed in more details in this thread, you need to wire a "TRUE" to the "replace all?" terminal, or only the first instance gets replaced.
0 Kudos
Message 3 of 3
(2,595 Views)