Equinox Online Help - Language Reference - A to Z
NameFromTableID |
|
|---|---|
| Applies to | ![]() |
| Syntax | NameFromTableId (TableNumber) |
| Action | [Function] Returns a string name for a table number. |
| Scope | Usable anywhere |
| Notes | This function returns a table name from a numeric variable passed via the TableNumber parameter. The string returns the name of the table assigned within Equinox. It is similar to the function NameFromTable, which takes a table variable as its parameter |
| Category | Record navigation |
| See Also | NameFromTable, TableFromName |
| Example | The following example returns the name of the first 50 tables in the current application. string TblNme |
