New to JMP and JSL - Unexpected ",". Perhaps there is a missing ")".
Hi all, I'm new to JMP and JSL. I'm following a basic tutorial on JSL and followed the instructions to the T on copying the following script. It should create a new window with the text "Hello" inside it: title = "JSL Demo";content = Text Box("Hello");New window = ( title, content ) But upon running it, the follow error came up: Unexpected ",". Perhaps there is a missing ")".Trying to parse operan...
michael_a_mille