Equinox Online Help - Language Reference - A to Z
TableFromName |
|
|---|---|
| Applies to | ![]() |
| Syntax | TableFromName (NameExpression) |
| Action | [Function] Returns an table variable type from a string name. |
| Scope | Usable anywhere. |
| Notes | This function returns a value with the same type as an table variable from the parameter NameExpression. It is useful for converting user selections to the table variable type. |
| Category | Record navigation |
| See Also | |
| Example | The following example executes report design using the table and index names stored in a string. Execute ReportSetupNew TableFromName(tSelect), IndexFromName(iSelect) |
