LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

extracting the n-th value with "scan value"

Is it possible to use scan value to extract the second, third etc. value from a string?

example:
string: 3.14+5.0
and I want to get 5.0 without knowing the value 3.14 - is that possible ? if yes - how to do that ??
0 Kudos
Message 1 of 2
(2,494 Views)
Using your example, using a format string of %f+%f should do the trick. See the attachment.
0 Kudos
Message 2 of 2
(2,494 Views)