Related Topics: | ||
Description: Deletes the specified row from the specified RENO table. Rows and their indices are shifted to allow for the change (e.g., if you delete Row 1 from a Table, Row 2 becomes Row 1, Row 3 becomes Row 2 and so on). Returns the number of rows now in the table.
Syntax: table_removerow(Table Name, Row)
Table Name is the name of the table used.
Row is the row number to be deleted.
© 1992-2015. ReliaSoft Corporation. ALL RIGHTS RESERVED.