On Tue, 11 May 2010, CarozoDeQuilmes wrote:

Hi,

> Hi, when I put the following #translate in my program always convert the
> parameter myparm to literal "myparm".  It is good for me.
> The question is: how make it in reverse ? (convert literal or variable to
> variable)

PP does not support nested parsing string tokens, i.e. it cannot convert:
   "QOUT(1)"
to:
   QOUT ( 1 )

best regards,
Przemek
_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to