FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Syntax clipper to Xharbour problem
Posts: 1195
Joined: Mon Oct 17, 2005 05:41 AM
Syntax clipper to Xharbour problem
Posted: Tue Aug 07, 2007 12:28 PM
Hi,

I'm migrating a program from FW to FWH and get a sytax error E0030 in folowing line:
DO WHILE ';'+alltrim(r_name) +'>' $ in
...
ENDDO


Is this not allowed in harbour? It's working fine in clipper

Thanks,
Marc
Regards,

Marc



FWH32+xHarbour | FWH64+Harbour | BCC | DBF | ADO+MySQL | ADO+MariaDB | ADO+SQLite
Posts: 9022
Joined: Thu Oct 06, 2005 08:17 PM
Re: Syntax clipper to Xharbour problem
Posted: Tue Aug 07, 2007 12:54 PM

Try to change the name of the variable "in".

EMG

Posts: 1195
Joined: Mon Oct 17, 2005 05:41 AM
Syntax clipper to Xharbour problem
Posted: Tue Aug 07, 2007 02:13 PM

Enrico,

Then it's working...

Thanks,
Marc

Regards,

Marc



FWH32+xHarbour | FWH64+Harbour | BCC | DBF | ADO+MySQL | ADO+MariaDB | ADO+SQLite

Continue the discussion