Unique row ID's
Unique row ID's
M!Table provides unique ID's for rows. The ID never changes, regardless of the row's position ( = number ).
To get the ID of a row, call MTblGetRowID.
To get the row number from a certain row ID, call MTblGetRowFromID.
A row ID becomes invalid when the row is deleted.
Functions
MTblGetRowID
MTblGetRowFromID
Hints and tips
Check whether a row ID is valid
To check whether a row ID is valid, simply call MTblGetRowFromID. If the return value is not TBL_Error, the ID is valid.
Created with the Personal Edition of HelpNDoc: Full-featured EPub generator