I get the following errror when I use debugPrintLn():
ReferenceError: debugPrintLn is not defined
but when I use debugPrint() it works no problem. The following two lines are how I use the working and non working versions:
debugPrint("FAST is: " + vStoch14_1.getValue(StochStudy.FAST));
debugPrintLn("FAST is: " + vStoch14_1.getValue(StochStudy.FAST));
Regards,
Guy
ReferenceError: debugPrintLn is not defined
but when I use debugPrint() it works no problem. The following two lines are how I use the working and non working versions:
debugPrint("FAST is: " + vStoch14_1.getValue(StochStudy.FAST));
debugPrintLn("FAST is: " + vStoch14_1.getValue(StochStudy.FAST));
Regards,
Guy
Comment