Equinox Online Help - Language Reference - A to Z

Home

TableFromName

Applies to
SyntaxTableFromName (NameExpression)
Action[Function] Returns an table variable type from a string name.
ScopeUsable 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.

CategoryRecord 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)