Finder - List - Question
Finder - List - Question
- Subject: Finder - List - Question
- From: Oakley Masten <email@hidden>
- Date: Tue, 10 Apr 2007 14:57:01 -0700 (PDT)
Hi All
I can't figure this one out.
I need to have my user supply a list of numbers to run
a process.
set theList to to text returned of (display dialog
"Codes to Add: " default answer "503") as list
even if I enter "503","888","321" it treats it as
one item.
I tried to do this:
set theList to ("{" & theList & "}" ) as list
That doesn't work either
I could do multiple requests for numbers and add them
to a list.
Any ideas?
Thanks
Oakley
_______________________________________________
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/archives/applescript-users
This email sent to email@hidden