Technical question: subroutine ou submethod?
Technical question: subroutine ou submethod?
- Subject: Technical question: subroutine ou submethod?
- From: Reinforced Darkness <email@hidden>
- Date: Sat, 13 Sep 2003 00:06:43 +0200
consider this script:
//
get my compute(this_data)
on compute(this_data)
-- anything on this data
return the_result
end compute
//
this one:
//
tell me to compute this_data
to compute this_data
-- anything on this data
return the_result
end to compute
//
both produce the same task, what's the best to use for speed, memory
use...
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.