Hi,
I was wondering if anyone would have any advice regarding the format
of an array being sent to a PDA. I'm currently using the build array
function to take in several 1-D arrays of DBLs and combine them to
one 2-D array so all values can be transmitted to PDA at once. The data
transmission to the PDA is fine, the problem is that the build array
function writes all the information to one coloumn in the 2-D array.
I was wondering if it were possible to make it so that each 1-D array
input would occupy a seperate coloum? This is possible using the build
array function if i remove it from the for loop and turn off the
concatenate option but this pads each coloumn of data with 0's in
order to make each coloumn the same size,is it possible to turn off
concantenating and padding?
Any help would be greatly appriciated.
Thank you
John