Re: Textstring as List behaviour (works fine now)
Re: Textstring as List behaviour (works fine now)
- Subject: Re: Textstring as List behaviour (works fine now)
- From: Ronald Hofmann <email@hidden>
- Date: Sat, 25 Nov 2006 12:12:58 +0100
Hi everybody,
all the hints worked fine, thanks a lot
Ronald
---
Am 25.11.2006 um 10:05 schrieb Takaaki Naganoya:
set AppleScript's text item delimiters to {","}
set theList to every text item of "11250044.jpg,11250045.jpg,
11250046.jpg,11250047.jpg,11250048.jpg"
set the text item delimiters to ""
theList
--> {"11250044.jpg", "11250045.jpg", "11250046.jpg",
"11250047.jpg", "11250048.jpg"}
On 2006/11/25, at 17:08, Ronald Hofmann wrote:
set AppleScript's text item delimiters to {","}
set theList to words of "11250044.jpg,11250045.jpg,11250046.jpg,
11250047.jpg,11250048.jpg" as list
set the text item delimiters to ""
--
Takaaki Naganoya
Piyomaru Software
http://piyo.piyocast.com
email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (applescript-
email@hidden)
Help/Unsubscribe/Update your Subscription:
40jumbosoft.de
Archives: http://lists.apple.com/mailman//archives/applescript-users
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/mailman//archives/applescript-users
This email sent to email@hidden