LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

1D Array to String Conversion

Solved!
Go to solution

Hello,

 

How shall i convert a 1D Array to String?

Please find the attached VI.

 

-mfp.

0 Kudos
Message 1 of 2
(8,175 Views)
Solution
Accepted by topic author mfpktr

Hi mfp,

 

I have no idea what your question is about. When I look at your code I see a table which is a 2D array of strings from which you index some rows (I have a feeling you want columns).

 

Besides that you want to get two characters from strings and convert that to a numeric.

Your table is empty (please fill it with data, right click on the table and select 'Data Operations->Make current value default' before posting).

 

You can index directly from a 2D array into single elements by adding an input on the column index as well on the  'index array' function.

Or you could feed the column of strings into the 'Hexidecimal string to number' function.

 

Ton

Free Code Capture Tool! Version 2.1.3 with comments, web-upload, back-save and snippets!
Nederlandse LabVIEW user groep www.lvug.nl
My LabVIEW Ideas

LabVIEW, programming like it should be!
Message 2 of 2
(8,170 Views)