Practicing on JSL for a newbie - Unexpected "{". Perhaps there is a missing ";" or ",".
Hi, I'm practising on JSL to select a .jmp file to open through a file dialog window. If the user did not make a selection, to exit.
However, I'm getting the below error: Unexpected "{". Perhaps there is a missing ";" or ",".Line 7 Column 21: if (Is Missing(fn)) ►{The remaining text that was ignored was{exit();}Open(fn); My script below:// Open a dialog to choose a .jmp file to open
// Get the fil
...