Subject Re: [IBO] Delphi script component working with > 64k
Author Jason Wharton
Mine may not be that ideal for such a task. It loads the entire script into
virtual memory.

I have been planning in the back of my mind to modify my parser to work with
a stream instead of a string. I would have to complete that task in order
for your situation to be properly handled.

Let me know how much of a priority this is to you.

Can you break it up into pieces somehow?

Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com


----- Original Message -----
From: "Carlo Pires" <carlo@...>
To: <IBObjects@yahoogroups.com>
Sent: Tuesday, April 10, 2001 9:01 AM
Subject: [IBO] Delphi script component working with > 64k


> Hello,
>
> Anyone knows any delphi component script that executes scripts files gt
64k.
> For instance, I need to execute scripts with 2mb of text.
>
> -Carlo