Re: Array ??
Re: Array ??
- Subject: Re: Array ??
- From: Phi Sanders <email@hidden>
- Date: Mon, 7 Jan 2002 21:09:12 -0500
in applescript the list object takes the place of arrays
ex:
set vList to {"a","b","c","d"}
set vItem to item 3 of vList
--sets vItem to "c"
~Phi
--
Phi Sanders
In a message sent on 2002, January 08, Tuesday @ 8:40 PM, by rhyme :
>
Can i use array with AplleScript ? how can i define an array ??
>
thanks to all
>
_______________________________________________
>
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.
References: | |
| >Array ?? (From: rhyme <email@hidden>) |