Re: Why is this so?
Re: Why is this so?
- Subject: Re: Why is this so?
- From: John W Baxter <email@hidden>
- Date: Wed, 24 Jan 2001 10:43:07 -0800
At 9:10 -0500 1/24/01, Arthur J Knapp wrote:
>
By the way:
>
>
> set foo to "Michelle Steiner"
>
>
foo's items's reverse as string
>
>
> "renietS ellehciM"
Only if one hasn't messed with AppleScript's text item delimiters without
putting them back. If one uses AppleScript that way, then
set foo to "Michelle Steiner"
set AppleScript's text item delimiters to {""}
foo's item's reverse as string
--John
--
John Baxter email@hidden Port Ludlow, WA, USA