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