• 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
How to repeat forever
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

How to repeat forever


  • Subject: How to repeat forever
  • From: Jim Witte <email@hidden>
  • Date: Sun, 14 Dec 2003 23:21:15 -0500

Hi,

How do I make a loop repeat forever, until I exit it? Here's my
script:

set i to 1
repeat 5 times
set celladdr to "R" & i & "C" & 1
set i to i + 1 -- add 1 to i
tell application "Excel"
Select Range celladdr
CopyObject Selection
set tname to the clipboard
end tell
display dialog tname
--if tname is empty then exit repeat
if (tname is "") then exit repeat
end repeat

(You can tell I come from the Hypertalk tradition -- I'm annoyed that
AS isn't *exactly* like HC - Apple *does* have the code after all, and
I'd bet there are a heck of a lot of HC scripters still out there..)

I assume Apple isn't going to release information on how to write a
new dialect, so that a "Hypertalk" (or Transcript, for Revolution fans)
dialect could be written? (Myself, I think a Scheme dialect would be
cool, but..)

Jim Witte
email@hidden
Indiana University CS
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.

  • Follow-Ups:
    • Re: How to repeat forever
      • From: Malcolm Fitzgerald <email@hidden>
    • Re: How to repeat forever
      • From: Gary Lists <email@hidden>
    • Re: How to repeat forever
      • From: Walter Ian Kaye <email@hidden>
    • Re: How to repeat forever
      • From: Paul Berkowitz <email@hidden>
    • Re: How to repeat forever
      • From: Graff <email@hidden>
    • Re: How to repeat forever
      • From: Dave Balderstone <email@hidden>
  • Prev by Date: Re: Quark conflicting properties
  • Next by Date: Why isn't Mail recordable?
  • Previous by thread: Re: [WAY OT]Re: Returned Mail: Confirmation Required - #SSID#: A71AS9434468702Q
  • Next by thread: Re: How to repeat forever
  • Index(es):
    • Date
    • Thread