Equinox Online Help - Language Reference - A to Z
DatabaseFromName |
|
|---|---|
| Applies to | ![]() |
| Syntax | DatabaseFromName (NameExpression) |
| Action | [Function] Returns an database variable type from a string name. |
| Scope | Usable anywhere. |
| Notes | This function returns a value with the same type as an database variable from the parameter NameExpression. It is useful for converting user selections to the database variable type. |
| Category | Record navigation |
| See Also | |
| Example | The following example optimises a database using a string containing its name. Execute OptimiseDatabase DatabaseFromName(tSelect) |
