Re: Incrementing variables
Re: Incrementing variables
- Subject: Re: Incrementing variables
- From: Barry Wainwright <email@hidden>
- Date: Tue, 19 Jul 2005 23:33:04 +0100
- Thread-topic: Incrementing variables
On 19/7/05 23:01, "Robert Poland" <email@hidden> wrote:
> Hi,
>
> Is there a way to create variables in Applescript like, X(Y)? Where x
> is the variable and Y could be another variable.
>
> Tia,
Set x to {1,2,3,4,5,6,7,8,9}
Set y to 5
Item y of x
--
Barry
_______________________________________________
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