Community
Participate
Working Groups
EDT code function start() SysLib.WriteStdOut("Hello from JavaScript Batch"); builtString String; myT boolean = true; builtString = "myT " + myT; SysLib.WriteStdOut(builtString); end Output is Hello from JavaScript Batch myT [object Object] Expected output is Hello from JavaScript Batch myT true
Integer has the same issue
Both of these issues have been resolved.
works in 2011091325
Closing this defect.