• 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
multi-dimensional arrays (new to AS)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

multi-dimensional arrays (new to AS)


  • Subject: multi-dimensional arrays (new to AS)
  • From: Jeff Hartman <email@hidden>
  • Date: Tue, 20 Apr 2004 13:28:21 -0500

Bear with me as I am pretty new to applescript. Sorry for terminology if not
correct.

I have a list containing server volumes. Each server item in the list
contains a list of connection strings. Trying to fit into a Window
environment here...

So:

set theList to {server1:{ipaddress:"x.x.x.x",path:"blah"}, server2:{ ....


what I want to do is walk the array (repeat with?) and connect to each
server using the list of connection strings:

mount volume smb://domain;uid:password@ipaddress/path


Each connection must be dropped before connecting to the next.

I wondering how I can walk the arrays.

jeff
_______________________________________________
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: multi-dimensional arrays (new to AS)
      • From: Graff <email@hidden>
  • Prev by Date: Re: Filter reference form question
  • Next by Date: Re: Filter reference form question
  • Previous by thread: Re: Another one on Quark Xpress 6
  • Next by thread: Re: multi-dimensional arrays (new to AS)
  • Index(es):
    • Date
    • Thread