exit pb
    Sylvain Le GourriƩrec 
    sylvain.legourrierec at son-video.com
       
    Thu Sep  5 21: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.htm>
    
    
More information about the use-livecode
mailing list