multi-dimensional arrays (new to AS)
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.