AppleScript coercion crashes Script Editor
AppleScript coercion crashes Script Editor
- Subject: AppleScript coercion crashes Script Editor
- From: Tom Robinson <email@hidden>
- Date: Thu, 30 Jan 2003 17:07:08 +1300
This is more of a bug report for the Script Editor guys...
The following crashes both Script Editor 1.9 and 2.0 beta v20 under OS X 10.2.3.
set a to <<data utxt0054>>
set b to ("hello " as Unicode text) & a
And hit the Run button.
My plan was to have a set of variables with the Unicode characters in them, and combine them with normal text - so I didn't have too many raw hex values in the code.
I've since reread the friendly manual and the above's not going to return what I want as it'll be a list, but it still shouldn't crash...
Cheers
_______________________________________________
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.