MACSCRPT Archives

November 2012

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:
Shane Stanley <[log in to unmask]>
Reply To:
Macintosh Scripting Systems <[log in to unmask]>
Date:
Wed, 14 Nov 2012 10:19:16 +1100
Content-Type:
text/plain
Parts/Attachments:
text/plain (12 lines)
On 14/11/2012, at 8:15 AM, Bill Steele <[log in to unmask]> wrote:

> set thePieces to splittext bigFile using "whatever"

Are you doing a literal split or a regex split with the splittext command? if the former, why not use text item delimiters instead? If the latter, there was a problem with it reported over on macscripter.net recently.

But perhaps the more important question is how many items thePieces contains. If it's many thousands, you're going to want to break the job into smaller parts.

-- 
Shane Stanley <[log in to unmask]>
'AppleScriptObjC Explored' <www.macosxautomation.com/applescript/apps/>

ATOM RSS1 RSS2