debugPrintln()
debugPrintln( Params )
- Params: String to print.
Print text to the debug console with a line feed/return included.
Example:
var n = 1;
debugPrintln("This number equals: " + n);
ICE Data Services -
debugPrintln()
debugPrintln( Params )
Print text to the debug console with a line feed/return included.
Example:
var n = 1;
debugPrintln("This number equals: " + n);