Six vs Half a Dozen

Jan Schenkel janschenkel at yahoo.com
Thu Nov 21 05:19:00 EST 2002


--- Rob Cozens <rcozens at pon.net> wrote:
> 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
>

Hi Rob,

Just thinking out loud, here ; I wouldn't say there's
a difference, except perhaps in calling time (but that
should be minimum.
But how about 'frontScript' functionality? Could it
not make a difference there if you send something
straight on to the target bypassing the handler
defined in the same or other frontScripts?

Jan Schenkel.

=====
"As we grow older, we grow both wiser and more foolish at the same time."  (La Rochefoucauld)

__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus – Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com



More information about the use-livecode mailing list