From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

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,532 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,514 Views)