Hi everybody!
i would like to know how two put two 1D array in a 2D array.
i would like to have at end one arrays with two columns.
i've got vee 9.0
thanks for your help.
regards
i would like to know how two put two 1D array in a 2D array.
i would like to have at end one arrays with two columns.
i've got vee 9.0
thanks for your help.
regards
Attachments
for example : the first array is [1,2,3] and the second is [4,5,6] the new 2D array is :
1,4
2,5
3,6
how to have the same in a txt file?
thank a lot
guytoub
Attachments