getSymbolTable
|
The getSymbolTable function returns an object vector of the currently active
Symbols in the workspace. The object vector can be sorted, can include C Functions,
and can include locked Symbols Usage The getSymbolTable function is used to retrieve the symbols and Lambdas from
the Symbol Table.
(getSymbolTable sort showCFunc showLocked) Object Vector
Expression:
Arguments
Name
Type
Description Argument: sort Integer
(Optional) If value of 1, the return Object Vector will be sorted Argument: showCFuncs Integer
(Optional) If value of 1, the return Object Vector will contain names of C functions Argument: showLocked Integer
(Optional) If value of 1, the return Object Vector will contain the names
of locked symbols
Returns:
Here are a number of links to Lambda coding examples which contain this instruction in various use cases.
Here are the links to the data types of the function arguments.
Symbol | ObjVector | Context |
Here are also a number of links to functions having arguments with any of these data types.
Analytic Information Server (AIS)AIS Component Systems
|