Re: Displaying a lists items as items
Re: Displaying a lists items as items
- Subject: Re: Displaying a lists items as items
- From: Craig Sutherland <email@hidden>
- Date: Thu, 4 Sep 2003 09:25:43 -0500
On Sep 4, 2003, at 8:59 AM, Marcus Rodrigues wrote:
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
Marcus-
change the 9th line to-
set tuf to the items of lista
Craig
_______________________________________________
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.