Re: How do I return full numbers in a user in put list?
Re: How do I return full numbers in a user in put list?
- Subject: Re: How do I return full numbers in a user in put list?
- From: Doug McNutt <email@hidden>
- Date: Sat, 12 Aug 2006 13:07:09 -0600
At 20:48 +0200 8/12/06, Yvan KOENIG wrote:
>Le 12 août 2006 à 20:33, Patrik B. a écrit :
>set exportchoice to "1,13"
>set text item delimiters to ","
>set exportchoice2 to text items of exportchoice
>set text item delimiters to ""
>repeat with k in exportchoice2
> display dialog "" & k
>end repeat
>
>I get k =1
>then
>k = 13.
It may matter whose text item delimiters are being honored. One never really knows what an application will do within a tell block.
Set Applescript's text item delimiters to "," ??
--
Applescript syntax is like English spelling:
Roughly, though not thoroughly, thought through.
_______________________________________________
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