• 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
set variables, in mass
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Follow-Ups:
    • Re: set variables, in mass
      • From: "Adam K. Wuellner" <email@hidden>
  • Prev by Date: RE: Repeated opening of a Quark document
  • Next by Date: Re: Repeated opening of a Quark document
  • Previous by thread: Re: why is applescript so slow???
  • Next by thread: Re: set variables, in mass
  • Index(es):
    • Date
    • Thread