LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

String to number

Hi.

 

I'm getting a string on a VISA-Read, and I want to pick out the numbers from it (in case 3 as shown in the picture) and display them separately. The way I solved it seems like a waste, since I know the number of numbers sent, and I'd like to read the 6 numbers from the VISA, then pick the numbers from the string I just read.

I'm basically looking for the opposite of append, but can't find it. Any suggestions?

 

/Olof

0 Kudos
Message 1 of 2
(2,645 Views)
Read all of the bytes and use the String to Byte Array. You can then use a single Index Array function.
Message 2 of 2
(2,632 Views)