LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Re: Converting character string to array

while we doing it with strings to byte array,the output is the array with their ascii values.but,i need the same characters as output in array which are used in string.

0 Kudos
Message 1 of 4
(2,430 Views)

Hi jayaadi,

 

don't hijack 10 year old threads…

 

Please provide an example of your input string and your desired output data!

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 4
(2,424 Views)

Will this work for you?

 

string to string array_BD.png

steve

--------------------------------------------------------------------------------------------------------------------------
Help the forum when you get help. Click the "Solution?" icon on the reply that answers your
question. Give "Kudos" to replies that help.
--------------------------------------------------------------------------------------------------------------------------
0 Kudos
Message 3 of 4
(2,407 Views)

connect byte array to  type cast with type as "string" in for loop with auto indexing enabled.

See attached image

0 Kudos
Message 4 of 4
(2,407 Views)