Search This Blog

Wednesday, August 14, 2013

AddTableRow & RemoveTableRow

We have added 2 new functions to use in rules:
 
AddTableRow("table")
Adds row to a given table. Returns index of added row (index can be used in Set function to fill data)
Function arguments:
  • table - names of table field.
 
RemoveTableRow("table",(first|last|row number))
Remove given row fromo a given table.
Function arguments:
  • table - names of table field.
  • (first|last|row number) - which row.

No comments:

Post a Comment