Hello everyone,
I am struggling to understand the logic with the JSL language... I have tried to look for this in the help/ scritping menus but there is just too much information there...
How do you display a variable in a dialog box ? I'm using instructions like
HList ("Some message" ),
HList ( "Another message"),
HList ( "blablabla"),
HList(variable),
The messages between " " display fine, but whenever I try to use a variable I just get error messages from the debugger. Same thing when I tried to display a cell from the current data table.
So, what is the correct spelling there ?
~~Bob~~