• 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
Re: Change properties in one applet from another
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Change properties in one applet from another


  • Subject: Re: Change properties in one applet from another
  • From: Andy Wylie <email@hidden>
  • Date: Tue, 14 Jan 2003 01:33:00 +1300

on Sun, 12 Jan 2003 23:03:17 -0800 Paul Berkowitz wrote:

> 'store script replacing yes' is what saves it on disk "for
>real"

but another way...

property pStr : (choose file) as string

on _set(x, y)
set scpt to load script alias (my pStr)
set scpt's a to x
set scpt's b to y
end _set

to _get()
(load script my pStr)'s {a, b}
end _get

_set("look", " ma")
(_get() as string)'s items's reverse as string
--> "am kool"
_____________________________ Andy
_______________________________________________
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: Change properties in one applet from another
      • From: Gary Lists <email@hidden>
  • Prev by Date: Re: OSX script to change/copy file icon ?
  • Next by Date: Re: Saving handler-defined scripts without source code
  • Previous by thread: Re: Change properties in one applet from another
  • Next by thread: Re: Change properties in one applet from another
  • Index(es):
    • Date
    • Thread