am 29.08.2001 14:01 Uhr schrieb [EMAIL PROTECTED] unter
[EMAIL PROTECTED]:
> In-Reply-To: <[EMAIL PROTECTED]>
>
> On 29/8/01 1:21 am, Wagner Jean-Jacques <[EMAIL PROTECTED]> wrote:
>
>> To abort in any situation HC has a well working feature using "command+.".
>> How word the equivalent in Rev. I get to have an infinite loop and had to
>> pull the plug in order to restart.
>
> This is supported - it should be possible to command period, unless you have
> set the global allowInterrupts to false or set the stack's cantAbort
> property.
>
> Kevin
>
> Kevin Miller <[EMAIL PROTECTED]> <http://www.runrev.com/>
No you don't
for example:
on mouseup
repeat
answer "High"
end repeat
end mouseup
with revolution you can't abort and has to unplug your computer and restart.
With HC abort do this.
I am using "answer " to look into value. Whenever what can happen I can get
into trouble falling into an unending loop.
Jean-Jacques Wagner