Comment Statement
Includes explanatory remarks in a program.
Syntax
comment
Arguments: - The comment argument is the text of any comment you want to include.
Remarks
As shown in the syntax section, you can use an apostrophe (').
The following example illustrates the use of the comment statement.
Example 1:
Dim MyStr1
MyStr1 = "Goodbye" ' This is also a comment.