Re: How to do a goto with Applescript?
Re: How to do a goto with Applescript?
- Subject: Re: How to do a goto with Applescript?
- From: Skeeve <email@hidden>
- Date: Tue, 11 Jan 2011 21:04:51 +0100
Title: Re: How to do a goto with Applescript?
Am 11.01.11 03:05, schrieb Stockly, Ed:
I agree with
much of what you’re saying, but, there is more than one way to
resolve these issues. For me, it’s actually more intuitive
to use the x, y, z for increments in nested repeat loops than
a descriptive term.
I tend to use i, j, and (seldom) k if it comes to
iterating through arrays (lists) using them as indeces.
I tend to use x and y if it comes to iterating through (screen)
coordinates.
I also often use h (or to be precise $h) for hostnames which I
have to iterate very often.
But in each case these variables have a very limited scope.
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden