Comments

To include comments in a Script, put a single quote at the start of the comment, e.g.

'read remote data and update controls on current form

Comments are displayed in green and can be entered on a line of their own or added to the end of a code line.

If you want a comment to spread over multiple lines, you need to put a ' at the start of each new line.