Displaying a lists items as items
Displaying a lists items as items
- Subject: Displaying a lists items as items
- From: Marcus Rodrigues <email@hidden>
- Date: Thu, 4 Sep 2003 10:59:15 -0300
Hi all!!!
This is my example script:
tell application "Finder"
activate
set lista to {}
set palavra to "ondekiandava"
set letras to the characters of palavra
repeat with letras in palavra
set lista to lista & letras
end repeat
set tuf to the items of lista as Unicode text
end tell
display dialog tuf
The result is ondekiandava.
Is there a way to make it be: o, n, d, e, k, i, a, n, d, a, v,
a.?????
I heard about Text item delimiters... Is that the case? I never used
it, so I don't know how to procede..
Thx for any help!!! =-D
o#? Marcus Rodrigues o#?
iBook 600 - Combo - Jaguar
CC4nsul do Brasil Apple Clube - Caxias do Sul
Moderador BAC-Macusers
ichat: marcusrodrigues
mailto:email@hidden
http://homepage.mac.com/marcusrodrigues
_______________________________________________
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.