MACSCRPT Archives

May 2010

MACSCRPT@LISTSERV.DARTMOUTH.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
"Mark J. Reed" <[log in to unmask]>
Reply To:
Macintosh Scripting Systems <[log in to unmask]>
Date:
Fri, 21 May 2010 11:06:38 -0400
Content-Type:
text/plain
Parts/Attachments:
text/plain (13 lines)
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]>

ATOM RSS1 RSS2