03-24-2010 03:43 PM
Is the result string control empty or did you enter 43 4E 31 30 30 33 30 30 31 41
Enter this string and it should work.
I forgot the set the string control on the front panel to default to that string.
I have updated the VI so you could down load it again.
03-24-2010 04:05 PM
Thank you! If I want to change the input from hex to the decimal equivalent, ie CN1003001G, would the same approach work?
03-24-2010 04:26 PM
CN1003001G? I'm not sure how this is the decimal equivalent? I still looks like a string to me.
The example shows how the use the Replace Array Subset.
But as was mentioned by others, it would be best to get your data in a 2D array.
Now if you use an 2D array of strings or a 2D array of ints that is a matter for you to answer.
What works best for you. Either way the approach would still be the same.