wvandenberg
Technical User
Hi,
I have a 2D array that I would like to convert to a one dimensional array. The 2D array (vChkArray(1,10)) is zero based. I would like the order of the one dimensional array to be (0,0),(1,0),(0,1),(1,1),(0,2),(1,2)...etc. I hope this makes sense but if it doesn't, please let me know and I'll try and explain it differently.
Thanks,
Wendy
I have a 2D array that I would like to convert to a one dimensional array. The 2D array (vChkArray(1,10)) is zero based. I would like the order of the one dimensional array to be (0,0),(1,0),(0,1),(1,1),(0,2),(1,2)...etc. I hope this makes sense but if it doesn't, please let me know and I'll try and explain it differently.
Thanks,
Wendy