getSymbolNamespace
getSymbolNamespace(s_name) =>o_namespace
Description
Returns the namespace where the symbol is created.
Arguments
|
Specifies the name of the symbol for which you want to retrieve the namespace where the symbol is created. |
Values Returned
Examples
getSymbolNamespace('car)
=> ns@IL
Related Topics
Return to top