Alias0Sym Function | |
Return the alias of the current work area as a symbol.
Namespace:
XSharp.RT
Assembly:
XSharp.RT (in XSharp.RT.dll) Version: 2.19
Syntax FUNCTION Alias0Sym() AS SYMBOL
public static Symbol Alias0Sym()
Request Example
View SourceReturn Value
Type:
Symbol
If there is no database file in use for the current work area, Alias0Sym() returns a NULL_SYMBOL.
Remarks
Alias0Sym() is the same as Alias0() except that it returns the alias as a symbol.
This example returns the name of the current work area:
1USE mydbf
2QOut(Alias0Sym())
3QOut(Alias0Sym() = #MYDBF)
Examples See Also