Re: Change properties in one applet from another
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.