Re: [Harbour] Re: __HRBLOAD of a string

2008-03-02 Thread Lorenzo Fiorini
On Sun, Mar 2, 2008 at 7:25 PM, Alexander S.Kresin <[EMAIL PROTECTED]> wrote: > Yes. The first parameter may be a filename or a string with hrb > content. Thanks, I didn't know. best regards, Lorenzo ___ Harbour mailing list Harbour@harbour-project

[Harbour] Re: __HRBLOAD of a string

2008-03-02 Thread Alexander S.Kresin
On Sunday, March 02, 2008, 12:44 Lorenzo Fiorini <[EMAIL PROTECTED]> wrote: LF> Could __HRBLOAD get the input from a string? Yes. The first parameter may be a filename or a string with hrb content. Regards, Alexander http://kresin.belgorod.su __

[Harbour] __HRBLOAD of a string

2008-03-02 Thread Lorenzo Fiorini
Could __HRBLOAD get the input from a string? Currently I have several hrb "scripts" and I use _HRBLOAD to dinamically load them. To easy the deployment, I'd like to pack them into a zip file and use hbzlib functions to extract them into a string. I'd like to avoid to memowrit+__hrbload and use di