Siebel VB Language Reference > Language Overview > Conventions >

Comments


Comments are preceded by an apostrophe and can appear on their own line in a procedure or directly after a statement or function on the same line:

' This comment is on its own line

Dim i as Integer ' This comment is on the code line

Comments are also indicated by the Rem statement.


 Siebel VB Language Reference
 Published: 18 June 2003