• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Technical question: subroutine ou submethod?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.
  • Follow-Ups:
    • Re: Technical question: subroutine ou submethod?
      • From: Emmanuel <email@hidden>
  • Prev by Date: Re: AppleScript dictionary
  • Next by Date: Re: Working with text files in AppleScript
  • Previous by thread: Re: Scripting hte <sic> Spell check
  • Next by thread: Re: Technical question: subroutine ou submethod?
  • Index(es):
    • Date
    • Thread