Returns the symbol description.Syntax
getSymbolDescription( [Symbol] )Parameters
Parameter: Description: Default:
Base symbol
Notes
Only available in versions 11.8 or later.Code Examples
See Also
var bInit = false;var sSymDesp = null;function main(){ if (!bInit){ sSymDesp = getSymbolDescription(); drawTextPixel(10, 50, "Symbol Description - " + sSymDesp, Color.red); bInit = true; };}
getSymbol()