Note: This statement is named Comment in the Add Statement dialog box.
Adds a comment to a script. For example, add a comment at the beginning of a script to describe its purpose.
You can also use an apostrophe (') to add comments.
Syntax
Rem comment
or
'comment
Example
Rem This script logs in to the sample site
Script.CallScript("WysiCorp Login") 'Logs in to sample site