CitectVBA Programming Reference > CitectVBA Function Reference > Miscellaneous Functions > Rem

Rem

Used to include explanatory comments in a program.

Syntax

Rem Comment

Comment:

The text of any comment you want to include in the code.

Example

' This is another way to comment
Rem This is a remark