Every Character of a Name
Every Character of a Name
- Subject: Every Character of a Name
- From: Sal Soghoian <email@hidden>
- Date: Sat, 28 Dec 2002 17:12:18 -0500
I'm not sure what the original question was but if you want to get a
name as a list of characters, ask for characters not text.
Sal
set foo to (choose file)
tell application "Finder" to set foo_name to name of foo
--> "download image"
every character of foo_name
--> {"d", "o", "w", "n", "l", "o", "a", "d", " ", "i", "m", "a", "g",
"e"}
_______________________________________________
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.