|
|
Q7008 How Do I Make Remarks In My Code?
irt.org | Knowledge Base | VBScript | Q7008 [ previous next ] Q7008 How Do I Make Remarks In My Code?Use the Rem keyword or a single apostrophe ( ' ). If the Rem keyword follows code on a line, it must be separated from the code by a colon. However, when you use an apostrophe, the colon is not required. For example:
|
-- div -->
|