|
From: Itamar M. L. J. L. <ita...@gm...> - 2013-12-04 15:34:30
|
Hi!
I'm trying to compile some program here with version 2:18
@ 4,3 CONTAINER oCnt1 SIZE 190,58 ;
STYLE 2;
BACKCOLOR 16578289 ;
BACKSTYLE 2 //Here line 98!
oCnt1:Anchor := 75
ERROR:
hcalculator.prg(98) Error E0030 Syntax error "syntax error at '@'"
...
@ 21,24 SAY EXTENDED oVisor CAPTION "0" SIZE 168,33 ;
STYLE SS_RIGHT +DT_VCENTER+DT_SINGLELINE;
BACKCOLOR 16578289 ;
FONT HFont():Add( 'Consolas',0,-24,400,,,) //Here line 191
oVisor:Anchor := 75
ERROR:
hcalculator.prg(191) Error E0030 Syntax error "syntax error at '@'"
...
Best regards,
Itamar M. Lins Jr.
|