xsharp.eu • LBRKT?
Page 1 of 1

LBRKT?

Posted: Thu Sep 23, 2021 3:06 pm
by FdeRaadt
Hello Everyone,

I'm stuck on a very weird Parser error:

XS9002: Parser: mismatched input 'as' expecting LBRKT ACE C: etc ACEConstants.prg 2439 ( see image )

Does anyone know what "LBRKT" means/is and where it might come from?

I tried googling it but didn't get any useful results.

with kind regards,

Frank

LBRKT?

Posted: Thu Sep 23, 2021 3:50 pm
by FFF
Frank,
the image is missing ;)
And some lines of code wouldn't hurt, too...
LBRKT might mean Left Bracket, i.e. "[", or (

LBRKT?

Posted: Thu Sep 23, 2021 4:14 pm
by robert
Karl, Frank,

LBRKT is only '[' and NOT '('

Robert

LBRKT?

Posted: Fri Sep 24, 2021 9:34 am
by FdeRaadt
Robert, Karl,

Thanks for the replies.

It makes so much sense that LBRKT means left bracket.

Next time i will include the Image :pinch:

LBRKT?

Posted: Tue Aug 16, 2022 4:24 pm
by boonnam
Frank,

How did you correct this error? Thank you.

LBRKT?

Posted: Wed Aug 17, 2022 7:08 am
by FdeRaadt
Hi Boonnam,

In my case, my query required a [ which is a left bracket.
If that is not working out for you, I suggest posting a bit of your code where the error occurs.

Frank