-----Messaggio Originale----- Da: "Szakáts Viktor" <[EMAIL PROTECTED]>
A: "Harbour Project Main Developer List." <harbour@harbour-project.org>
Data invio: martedì 14 ottobre 2008 1.53
Oggetto: Re: [Harbour] Macro to block conversion function


I'm looking for a function replacement
for this construct:

bBlock := &( "{||" + cExpr + "}" )

Currently I'm using a macro to do that, but
a self-contained function call would be more
elegant and straightforward.

I really don't see what's the difference between

bBlock := &( "{||" + cExpr + "}" )

and

bBlock := hb_macroCompile( "{||" + cExpr + "}" )

other than that you have to type more characters. I don't know if there is a speed concern but the first expression is idiomatic for a Clipper-head.

EMG

--
EMAG Software Homepage:     http://www.emagsoftware.it
The EMG's ZX-Spectrum Page: http://www.emagsoftware.it/spectrum
The Best of Spectrum Games: http://www.emagsoftware.it/tbosg
The EMG Music page: http://www.emagsoftware.it/emgmusic
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to