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: Yvan KOENIG <email@hidden>
- Date: Sat, 12 Aug 2006 20:48:12 +0200
Le 12 août 2006 à 20:33, Patrik B. a écrit : try set text item delimiters to "," end try set exportchoice2 to text items of exportchoice repeat with k in exportchoice2
I don't understand how you may get what you describe because here, with this code:
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.
Yvan KOENIG |
_______________________________________________
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