Error during command authentication.

Error - unable to initiate communication with LISTSERV (errno=10061, phase=CONNECT, target=127.0.0.1:2306). The server is probably not started. LISTSERV - MACSCRPT Archives - LISTSERV.DARTMOUTH.EDU

On Fri, May 21, 2010 at 10:53 AM, Bill Steele <[log in to unmask]> wrote:
> Interesting.  They seem to be set to "#". Xunno how that happened.
> But should Applescript be putting a text item delimiter into a
> concatenation?

Yes, if it's interpreting the expression as "(foo & oneFile) as
string"  instead of "foo & (oneFile as string)".  Given two
non-strings, "&" makes  list.  You probably want "(foo as string) &
(oneFile as string)".

-- 
Mark J. Reed <[log in to unmask]>