getInvokerID()
Returns a unique identifier for the chart window that the current script is running under.
Parameters
none
function takes no parameters
Usage
function main() {
var myVar;
...
myVar = getInvokerID();
}
Submit feedback about this site to: