pass
    Lars Brehmer 
    larsbrehmer at mac.com
       
    Tue Jun  7 06:05:56 EDT 2005
    
    
  
hi all!
I am having a novices problem grasping the "pass" control structure.  
Let's say i have a stack with a preOpenCard handler, but I want to  
run through the stack and want to skip the preOpenCard.
stack script:
on preOpenCard
   do this
   do that
   etc.
but another script:
repeat x times
   go next
   do this
   do that
and I want to skip the preOpenCard handler.  Is "pass preOpenCard"  
the way to do this, and if so, where the heck does it go?
Cheers,
Lars
    
    
More information about the use-livecode
mailing list