SymbolExist

Checks if a symbol with a specified name exists.

bool  SymbolExist(
   const string  name,    // symbol name
   bool&   is_custom      // custom symbol property
   );

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

If false, the symbol is not found among standard and custom ones.

See also

SymbolsTotal, SymbolSelect, Custom symbols