Compiler problem.

Post Reply
HunterEC
Posts: 723
Joined: Tue Sep 04, 2007 8:45 am

Compiler problem.

Post 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
User avatar
cnavarro
Posts: 5792
Joined: Wed Feb 15, 2012 8:25 pm
Location: España

Re: Compiler problem.

Post by cnavarro »

Delete the entire line and write it yourself, do not copy and paste from another source
C. Navarro
Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo
Si alguien te dice que algo no se puede hacer, recuerda que esta hablando de sus limitaciones, no de las tuyas.
HunterEC
Posts: 723
Joined: Tue Sep 04, 2007 8:45 am

Re: Compiler problem. (Solved)

Post by HunterEC »

Perfect !!!! Thank you very much !!!
Post Reply