07-16-2008 11:20 AM
07-16-2008 11:52 AM
You cannot mix types within an array.
You can have an array of Hex (numerics) and another array of strings.
If you do want to have different types within an array, you can place the numeric (HEX) and the string into a cluster and place the cluster into a 1D array. Then you end up with an array of clusters.
R
07-16-2008 12:00 PM
I was thinking this was the case, was just wondering if there was a way I was missing to keep it in a 2D format. Thanks for the response. I will keep the cluster option in mind and try it out.
Andrew
PS. I think I took a LV basics course with you in Ottawa like 2 years ago, or at least it was someone with a similar posting name.
07-16-2008 12:09 PM