SymbolExist
Checks if a symbol with a specified name exists.
bool SymbolExist(
const string name,
bool& is_custom
);
|
Parameters
name
[in] Symbol name.
is_custom
[out] Custom symbol property set upon successful execution. If true, the detected symbol is a custom one.
Return Value
See also
SymbolsTotal, SymbolSelect, Custom symbols