Page 1 of 1

Syntax clipper to Xharbour problem

Posted: Tue Aug 07, 2007 12:28 pm
by Marc Vanzegbroeck
Hi,

I'm migrating a program from FW to FWH and get a sytax error E0030 in folowing line:

Code: Select all

DO WHILE ';'+alltrim(r_name) +'>' $ in
...
ENDDO
Is this not allowed in harbour? It's working fine in clipper

Thanks,
Marc

Re: Syntax clipper to Xharbour problem

Posted: Tue Aug 07, 2007 12:54 pm
by Enrico Maria Giordano
Try to change the name of the variable "in".

EMG

Posted: Tue Aug 07, 2007 2:13 pm
by Marc Vanzegbroeck
Enrico,

Then it's working...

Thanks,
Marc