exit pb

Sylvain Le Gourriérec sylvain.legourrierec at son-video.com
Fri Sep 6 01:45:01 EDT 2002


sorry! 

I made a mistake: it is just the opposite :

---------------------------------------------------
on myHandler
 
  exit myHandler
  beep 3
 
end myHandler
 
----------->  it does not beep!


---------------------------------------------------
on myHandler
 
  do "exit myHandler"
  beep 3
 
end myHandler
 
----------->  it beeps!





why the do command is not executed?

thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.runrev.com/pipermail/use-livecode/attachments/20020906/f6867169/attachment.html>


More information about the use-livecode mailing list