MACSCRPT Archives

June 2010

MACSCRPT@LISTSERV.DARTMOUTH.EDU

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

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

Print Reply
Mime-Version:
1.0 (Apple Message framework v753.1)
Content-Type:
text/plain; charset=US-ASCII; delsp=yes; format=flowed
Date:
Fri, 4 Jun 2010 11:21:14 -0400
Reply-To:
Macintosh Scripting Systems <[log in to unmask]>
Subject:
From:
Bill Steele <[log in to unmask]>
In-Reply-To:
Content-Transfer-Encoding:
7bit
Sender:
Macintosh Scripting Systems <[log in to unmask]>
Parts/Attachments:
text/plain (28 lines)
Meanwhile, back at the ranch, my problem seemed to be a compiling  
issue. I could use some clarification.

Moved a script from a 10.5 to a 10.6 machine. Contained a line like:

splittext foo using return

Opened the script and got the <event blah blah..>. version.  Oops.   
Forgot to put Satimage in the ScriptingAdditions folder.  Put it in  
and reopened the script and now the command compiles, but running the  
script generates an error:

"(big bunch of text) doesn't understand the splittext message."

Restarted computer. Same result.

So I delete

splittext foo using return

and type in

splittext foo using return

Compile. Run. Presto. It works.

What happened there?

ATOM RSS1 RSS2