when i use the following statement i get a syntax error saying : displayError is not defined , do i have to define displayError as a variable, or have i written it incorrectly.
if (nSymbol==null){
displayError("Error: You must select a symbol.");
return;
}
if (nSymbol==null){
displayError("Error: You must select a symbol.");
return;
}
Comment