Re: text item delimiters
Re: text item delimiters
- Subject: Re: text item delimiters
- From: Skinner Paul <email@hidden>
- Date: Thu, 28 Oct 2004 14:33:35 -0400
script alpha
set my text item delimiters to {","}
end script
AppleScript's text item delimiters
-->{""}
On Oct 27, 2004, at 9:55 PM, David Andrews wrote:
On Oct 27, 2004, at 3:36 AM, Malcolm Fitzgerald wrote:
[snip]
set my text item delimiters to ""
[snip]
So what's in a label? It seems to me that the labels given to the text item delimiters could be misleading since they all seem to do the same thing:
-----------------
--set text item delimiters to "1" --> {"1", "1", "1"}
--set my text item delimiters to "2" --> {"2", "2", "2"}
set AppleScript's text item delimiters to "3" --> {"3", "3", "3"}
{text item delimiters, my text item delimiters, AppleScript's text item delimiters}
-----------------
Dave A
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
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:
This email sent to email@hidden