Re: Displaying a lists items as items
Re: Displaying a lists items as items
- Subject: Re: Displaying a lists items as items
- From: Michelle Steiner <email@hidden>
- Date: Thu, 4 Sep 2003 09:59:55 -0700
On Thursday, September 4, 2003, at 06:59 AM, Marcus Rodrigues wrote:
set palavra to "ondekiandava"
If you want a list, it would be
set lista to text items of palavra
--> {o, n, d, e, k, i, a, n, d, a, v, a}
if you want it as a string,
set lista to text items of palavra
set text item delimiters to {", "}
set lista to lista as text
--> o, n, d, e, k, i, a, n, d, a, v, a
--
Support our troops. Bring them home NOW!
_______________________________________________
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.