Re: Thirteen Scripters Scripting
Re: Thirteen Scripters Scripting
- Subject: Re: Thirteen Scripters Scripting
- From: Michelle Steiner <email@hidden>
- Date: Wed, 24 Dec 2008 18:07:43 -0700
On Dec 24, 2008, at 4:35 PM, Mark J. Reed wrote:
set ordinals to {"st", "nd", "rd", "th"}
While we're at it, you don't need that.
Try this:
repeat with x from 21 to 24
say (x as text) & "th"
end repeat
-- Michelle
--
If you're not going somewhere, you're not getting anywhere.
_______________________________________________
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