Code: Select all
put the dgData of group "GeneralTableGrid" into GeneralTableGridArray
answer the num of keys of GeneralTableGridArray
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Code: Select all
put the dgData of group "GeneralTableGrid" into GeneralTableGridArray
answer the num of keys of GeneralTableGridArray
Make sure that group is on the current card when the script executes or use a DESCRIPTOR:buchacho wrote:error: button "Generate new Table #2 items": execution error at line 8 (Chunk: can't find object), char 19
Which one?buchacho wrote:That syntax has issues: http://ftp.runrev.com/forums/viewtopic. ... 849#p68883
Code: Select all
the num of keys of GeneralTableGridArray
Code: Select all
put the keys of theDataGridArray into tKeys
put the num of lines of tKeys into tNumberOfKeys