Preserved Topic: multiline commenting |
|
---|---|
Author | Thread |
Nervous Wreck (II) Inmate From: canada |
posted 01-24-2003 04:55
everybody knows that you comment lines in asp code by putting a single quote at the beginning of the line. |
Paranoid (IV) Inmate From: Milwaukee |
posted 01-24-2003 05:14
Sadly enough, you're stuck with putting an apostrophe before each line of your comment. code: ' This comment occupies |
Nervous Wreck (II) Inmate From: canada |
posted 01-24-2003 15:07
thanx a lot |
Paranoid (IV) Inmate From: under your rug, |
posted 01-26-2003 23:23
You can also do it by placing Rem at the beginning of each line, but using the ' is still the fastest way |