Rachel,
The Comment script step will allow you to record notes, but there's no
mechanism designed to temporarily remove script steps. I often use an IF
statement to do this, however. Say, for example, you have a Perform Script
step you want to omit. Surround it with an IF(0) statement as follows:
If ["0"]
Perform Script [Sub-scripts, "Do Something"]
End If
Just add an IF statement, open the calculation window and type 0 (that's
zero, not the letter "O"). This creates an IF statement which always
evaluates False and therefore will keep any commands within it from being
executed.
HTH, Gary
> -----Original Message-----
> Date: 12 Oct 2000 13:07:23 -0600
> From: "Rachel Zamore" <[EMAIL PROTECTED]>
> Subject: putting comments into scripts
>
> Is there a way to put comments into scripts, or to disable portions of a
> script without removing those particular lines of the script?
>
> Thanks!
>