• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Displaying a lists items as items
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.

  • Follow-Ups:
    • Re: Displaying a lists items as items
      • From: Michelle Steiner <email@hidden>
    • Re: Displaying a lists items as items
      • From: Craig Sutherland <email@hidden>
  • Prev by Date: Re: System Date Format
  • Next by Date: Displaying a list as a list
  • Previous by thread: Re: Weird Finder bug - or not? (OT)
  • Next by thread: Re: Displaying a lists items as items
  • Index(es):
    • Date
    • Thread