Page 1 of 1

Compiler problem.

Posted: Mon Jun 12, 2017 5:41 am
by HunterEC
Guys:

I'm getting the following error:

Code: Select all

.\test.PRG(320) Error E0030  Syntax error "syntax error at 'áá'"

** error 1 ** deleting .\obj\test.OBJ
offending line:

Code: Select all

:bClrStd := { || { CLR_WHITE, IIF( Es_status == "P", CLR_HBLUE, CLR_HGREEN ) } }
Harbour 3.2.0 (r1601050904) FiveWin 16.06

Re: Compiler problem.

Posted: Mon Jun 12, 2017 10:53 am
by cnavarro
Delete the entire line and write it yourself, do not copy and paste from another source

Re: Compiler problem. (Solved)

Posted: Mon Jun 12, 2017 4:09 pm
by HunterEC
Perfect !!!! Thank you very much !!!