• 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: Repeat With question (newbie level)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Repeat With question (newbie level)


  • Subject: Re: Repeat With question (newbie level)
  • From: Michelle Steiner <email@hidden>
  • Date: Wed, 14 Feb 2001 09:11:31 -0800

On 2/14/01 8:51 AM, Bill Planey <email@hidden> wrote:

>Is there a way to set each alphabetic character into a list
>{"a", "b", "c", "d", etc.} and have the variable be redefined
>to the next letter in the list upon the completion of a step
>until the last letter has been used? I know this is possible
>with numbers (ie,: Repeat with i from 1-9), but how about letters?

set the alphalist to {"a", "b", "c", "d"}
repeat with currentLetter in the alphalist
display dialog currentLetter
end repeat

--Michelle

----------------------------------------------------------------------
| Michelle Steiner | We're not human beings having a spiritual |
| | experience. We're spirtual beings |
| email@hidden | having a human experience. |
----------------------------------------------------------------------


  • Prev by Date: Re: Repeat With question (newbie level)
  • Next by Date: how can I automatically compile a script
  • Previous by thread: Re: Repeat With question (newbie level)
  • Next by thread: Re: Repeat With question (newbie level)
  • Index(es):
    • Date
    • Thread