Basically, I have built two arrays, one called formula, and one called pounds. I use the following code to populate the first column of the edit table with the array formula. No problem.
rv=Set_Property('MIXSHEET.TABLE_1',"COLDATA",Formula)
However, I am having trouble with the syntax to set the column position to the second column so that I can copy Pounds to the second column.
Thanks Mark.
you could do both at once:
edarray='
edarray=formula
edarray=pounds
stat=Set_Property( 'MIXSHEET.TABLE_1', 'ARRAY', edarray )