• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: While loop
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: While loop


  • Subject: Re: While loop
  • From: Jolly Roger <email@hidden>
  • Date: Thu, 04 Jan 2001 15:09:21 -0600
  • Replyto: email@hidden

on 1/4/2001 2:41 PM, Stephen Gross wrote:

> Is there a way to do a while loop in applescript?

set x to 0
repeat while (x < 100)
set x to x + 1
log x
end repeat


  • Follow-Ups:
    • Need help stopping an applescript
      • From: Lance Ogletree <email@hidden>
    • Need help stopping an applescript
      • From: Lance Ogletree <email@hidden>
References: 
 >Re: applescript-users digest, Vol 2 #187 - 15 msgs (From: "Stephen Gross" <email@hidden>)

  • Prev by Date: Re: applescript-users digest, Vol 2 #187 - 15 msgs
  • Next by Date: RE: applescript-users digest, Vol 2 #187 - 15 msgs
  • Previous by thread: Re: applescript-users digest, Vol 2 #187 - 15 msgs
  • Next by thread: Need help stopping an applescript
  • Index(es):
    • Date
    • Thread