re: Strange problem with text item delimiters
re: Strange problem with text item delimiters
- Subject: re: Strange problem with text item delimiters
- From: John Delacour <email@hidden>
- Date: Thu, 3 Jul 2003 01:10:17 +0100
- Mac-eudora-version: 6.0a25
At 4:56 pm -0600 2/7/03, David Crowe wrote:
>
class of (name of aRandomFile) & class of x
>
--> {property, Unicode text}
>
>
>
So, why is class of (name of aRandomFile) "property" and not "Unicode
>
text", even though if you copy (name of aRandomFile) to a variable,
>
the variable's class is "Unicode text"?
set x to (name of aRandomFile)
end tell
class of (get name of aRandomFile) & class of x
--> {Unicode text, Unicode text}
-- JD
_______________________________________________
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.