Re: """
Re: """
- Subject: Re: """
- From: Martin Orpen <email@hidden>
- Date: Fri, 16 Sep 2005 17:18:14 +0100
On 16 Sep 2005, at 16:59, Robert Poland wrote:
All I did was cut and paste from Martin Orpen's emailed answer.
Weird.
Sometimes escaping doesn't work for me either. So I *always* use this
routine in my scripts:
set a to {34, 79, 110, 108, 121, 32, 74, 111, 107, 105, 110, 103, 34}
set b to {}
repeat with c in items of a
set end of b to ASCII character c
end repeat
display dialog (b as string)
Regards
--
Martin Orpen
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >Re: """ (From: Paul Berkowitz <email@hidden>) |
| >Re: """ (From: Robert Poland <email@hidden>) |