07-13-2010 12:39 AM
Hello,
How shall i convert a 1D Array to String?
Please find the attached VI.
-mfp.
Solved! Go to Solution.
07-13-2010 01:09 AM
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