DaveR Valued Contributor


Joined: 03 Sep 2005 Posts: 413 Location: Australia
|
Posted: Sat Mar 18, 2006 12:55 pm Post subject: Turn off Option MsgEvent |
|
|
I'm using "OPTION MSGEVENT,$blah,blah" at the top of my script. But I want/need to turn it off in some parts of the script.
The VDS 5 help file states "The OPTION command is used to set various options to be used by your script. If the value is missing the default value is set." I have tried using "OPTION MSGEVENT,$blah," and "OPTION MSGEVENT,," and "OPTION MSGEVENT," and "OPTION MSGEVENT". All I get is runtime error 14 Invalid parameter to command.
How do I turn off a MsgEvent Option??????? _________________ cheers
Dave |
|