Sign up on the Revelation Software website to have access to the most current content, and to be able to ask questions and get answers from the Revelation community

At 23 JAN 1998 05:03:26PM Mark G. wrote:

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.


At 26 JAN 1998 02:52PM Janie Millard wrote:

you could do both at once:

edarray='

edarray=formula

edarray=pounds

stat=Set_Property( 'MIXSHEET.TABLE_1', 'ARRAY', edarray )

View this thread on the forum...

  • third_party_content/community/commentary/forums_nonworks/7bf4bcf0c8e9c7a68525659500792a21.txt
  • Last modified: 2023/12/28 07:40
  • by 127.0.0.1