abort a handler

Stephen Barncard stephenREVOLUTION at barncard.com
Sun May 28 13:34:13 EDT 2006


Yes, I've noticed that - command period NEVER WORKS in Rev. EVER.

One has to put in code:

if the mouse is "down" then exit to top

or put in a iteration limit like this


on yerHandler
  repeat forever
   add 1 to m
   if m > 500 then exit to top
   -- yer code here...

  end repeat
end yerHandler


>  How to abort a handler  on Mac OS X
>
>Command  .                   doesnt work
>Command :                     doenst work
>Command space           doesnt work
>
>so ?
>
>what is the period key wich is mentionned in the userguide on a mac 
>azerty keyboard ?
>

-- 
stephen barncard
s a n  f r a n c i s c o
- - -  - - - - - - - - -



More information about the use-livecode mailing list