AppleScript Suite
AppleScript Suite
- Subject: AppleScript Suite
- From: JJ <email@hidden>
- Date: Wed, 17 Oct 2001 21:47:06 +0200
I was looking some stationery docs of "EightyRez" and I was surprised when I
look at simulate "aete" of AppleScript (AppleScript Suite)
I saw "Call.subroutine" and two coercions (classes) that I didn't know:
C string
Pascal string
Two questions for "C string"
1.
set C_String_Example to "example string" as C string
--> <<data cstr6578616D706C6520737472696E6700>>
set Example_2 to C_String_Example as string
--> returns the script object itself, as "me"
WHY?
2.
How can I "set Converted_To_String to C_String as string"
JJ