Six vs Half a Dozen
    Rob Cozens 
    rcozens at pon.net
       
    Wed Nov 20 09:23:15 EST 2002
    
    
  
Quick question:
Is there any functional difference between (in a script):
on processThis toThis
  doThis toThis
end processThis
[No doThis handler in the script]
and
on processThis toThis
  send "doThis"&&value(toThis) to me
end processThis
on doThis toThis
   pass doThis
end  doThis
-- 
Rob Cozens
CCW, Serendipity Software Company
http://www.oenolog.com/who.htm
"And I, which was two fooles, do so grow three;
Who are a little wise, the best fooles bee."
from "The Triple Foole" by John Donne (1572-1631)
    
    
More information about the use-livecode
mailing list