• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: How do I return full numbers in a user in put list?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

  • Follow-Ups:
    • Re: How do I return full numbers in a user in put list?
      • From: Doug McNutt <email@hidden>
References: 
 >How do I return full numbers in a user in put list? (From: "Patrik B." <email@hidden>)

  • Prev by Date: How do I return full numbers in a user in put list?
  • Next by Date: Re: How do I return full numbers in a user in put list?
  • Previous by thread: How do I return full numbers in a user in put list?
  • Next by thread: Re: How do I return full numbers in a user in put list?
  • Index(es):
    • Date
    • Thread