Re: Finder - List - Question
Re: Finder - List - Question
- Subject: Re: Finder - List - Question
- From: Michelle Steiner <email@hidden>
- Date: Wed, 11 Apr 2007 13:52:02 -0700
On Apr 11, 2007, at 12:18 PM, Oakley Masten wrote:
display dialog "Are these eCodes Correct?" & return &
theList
Problem with that line is that all the numbers are concatenated with
nothing separating them.
Try this instead.
set text item delimiters to ", "
display dialog "Are these eCodes Correct?" & return & theList
set text item delimiters to ""
Also, I'd suggest that you put in some error checking to make sure
they enter only numbers
-- Michelle
--
Peter pull at St. Taffy's tonight! (Or is it the other way around?)
_______________________________________________
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