|
Glinka Wanderer
Joined: 20 Dec 2000 Posts: 53 Location: USA
|
Posted: Fri Jan 16, 2004 3:17 am
Any way to turn off the #read command? |
Is there any way to stop the #read command?
i sometimes have a long poem script going,
and don't know how to stop it.
tried alot of stuff like #break, #close..etc
still no luck
Thanx for any,
G. |
|
|
|
TonDiening GURU
Joined: 26 Jul 2001 Posts: 1958 Location: Canada
|
Posted: Fri Jan 16, 2004 3:43 am |
A method I use is an alias that is called with an alarm trigger only when a variable is 'on'. When it is 'off' the alarm trigger no longer fires (#T- triggername)..
The #READ statement is in the alias. |
|
|
|
Glinka Wanderer
Joined: 20 Dec 2000 Posts: 53 Location: USA
|
Posted: Wed Jan 21, 2004 2:46 am |
Hiya..
Tried putting the #read in a class folder and turning that
folder off, but it didn't work...
could i get a snippet or something to look at?
Thanx for any help..
p.s. the script i am running is a poem about
20 or 30 lines long. I've been using #wait 2000 in between
the lines...tried using #alarm +2 with the #read but it didnt delay at all.
I could make a #read for each stanza, and run them consecutively
but was wondering if there is any other way to opt out
of the #read statement....
G, |
|
|
|
LightBulb MASTER
Joined: 28 Nov 2000 Posts: 4817 Location: USA
|
Posted: Wed Jan 21, 2004 7:53 pm |
Try the #ABORT command. No idea if it will do what you're looking for or not.
|
|
|
|
|
|