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:
Is this not allowed in harbour? It's working fine in clipper
Thanks,
Marc
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
Thanks,
Marc