|
sp000n Novice
Joined: 04 Jul 2001 Posts: 32
|
Posted: Wed May 29, 2002 5:06 am
Commenting? |
I can't find a way to comment out code in my scripts? Is this even provided for?
|
|
|
|
Rowene Beginner
Joined: 11 Jan 2002 Posts: 27 Location: United Kingdom
|
Posted: Wed May 29, 2002 9:07 am |
Try adding a semi colon in front of the line you wish to comment out.
|
|
|
|
LightBulb MASTER
Joined: 28 Nov 2000 Posts: 4817 Location: USA
|
Posted: Wed May 29, 2002 4:35 pm |
I can't find it anywhere in the helpfiles, so this is from personal knowledge.
Use a ; (semi-colon) at the beginning of the line to make the whole line a comment.
Use // (double-slash) anywhere else to make the remainder of the line a comment.
These are both in the Script Parser preferences and must be checked if you plan to use them.
LightBulb
Vague questions get vague answers |
|
|
|
sp000n Novice
Joined: 04 Jul 2001 Posts: 32
|
Posted: Wed May 29, 2002 10:10 pm |
Excellent. Thanks both of you :)
|
|
|
|
|
|