method Append
Append methods appends a record to a Memory Table or Table, at the end of the table.
For example:
Table.Append Table.CustomerCode = "ASHENG" Table.TotalAmount = 15 Table.Save
Will add a line to the table Table.
See also the StringList Object Append method.