Re: Load several webpages in succession
Re: Load several webpages in succession
- Subject: Re: Load several webpages in succession
- From: deivy petrescu <email@hidden>
- Date: Mon, 14 May 2007 14:17:37 -0400
On May 14, 2007, at 13:58, Bruce Carter wrote:
Timothy,
You guys may have a text format issue going, or it may have just
been a typo, but your script has (verbally, to avoid the same
possible format issue) "if j equals 2 then", while Deivy's has "if
j is less than or equal to 2 then". The logic in your copy is
wrong, since if you set j to 1 and then only increment it if it
equals 2, it will never get incremented, will always get reset to
1, hence always showing the first page.
On May 14, 2007, at 1:52 PM, Timothy Hellum wrote:
Nice catch, Bruce.
I was looking at my script and not what was sent to me.
less or equal is option-<, which might have been mangled by the mailer.
Sorry about that Timothy, it was my fault, I've been a member for a
while and should know not to use certain characters.
Deivy
_______________________________________________
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