Re: Don't get it.
Re: Don't get it.
- Subject: Re: Don't get it.
- From: "Mark J. Reed" <email@hidden>
- Date: Wed, 13 Dec 2006 23:27:22 -0500
I can't duplicate the problem . . What's the value of my_string? What
are you trying to do with AppleEventData.osax?
I get exactly the same (garbled) output for both log statements in this script:
set my_list to {"π ≅ 3.1415926535" as Unicode text}
set my_string to my_list as string
log my_string
tell application "TextWrangler"
set the text of document 1 to my_list
set my_string to the text of document 1 as string
end tell
log my_string
--
Mark J. Reed <email@hidden>
_______________________________________________
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/mailman//archives/applescript-users
This email sent to email@hidden