set variables, in mass
set variables, in mass
- Subject: set variables, in mass
- From: Robert Poland <email@hidden>
- Date: Tue, 30 Nov 2004 07:56:01 -0700
Hi,
I think this is a feature(s) request. Or at least a request for more
learning. The following script items seem like they should work.
local a = 0 won't compile, is there some syntax I'm missing here?
local a, APOD, apodEXT... seems to work.
set archiveEXT, b, curAPOD, d to "test" won't even compile without
the brackets. With the brackets it sets to "t" instead as "test". I
assume that something to do with the list function.
Comments?
Thanks in Advance,
-- begin script
local a = 0
local a, APOD, apodEXT, apodName, archiveEXT, b, curAPOD, d, dateTAG,
destinationFolder
set {a, APOD, apodEXT, apodName} to "test"
set {archiveEXT, b, curAPOD, d} to "test"
set {dateTAG, destinationFolder} to "test"
-- end Script
--
Bob Poland - Fort Collins, CO
http://www.ibrb.org/
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden