LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

String to numeric array

Solved!
Go to solution

Hello everyone,

I have try to convert element by element from a 4-digits string to a 4-elements array. 

First, I convert the string to number by using decimal string to number function. But I can not find a way or a tool for converting number to array. Could you help me about that problem?

Thank you.

Download All
0 Kudos
Message 1 of 2
(2,858 Views)
Solution
Accepted by topic author alpguclu

Hi alpuclu,

 

try this:

check.png

I guess you know why I subtract 0x30 from the U8 array?

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 2 of 2
(2,840 Views)