LBRKT?

This forum is meant for questions and discussions about the X# language and tools
Post Reply
FdeRaadt
Posts: 31
Joined: Wed Sep 01, 2021 12:49 pm

LBRKT?

Post 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
FFF
Posts: 1522
Joined: Fri Sep 25, 2015 4:52 pm
Location: Germany

LBRKT?

Post by FFF »

Frank,
the image is missing ;)
And some lines of code wouldn't hurt, too...
LBRKT might mean Left Bracket, i.e. "[", or (
Regards
Karl
(on Win8.1/64, Xide32 2.19, X#2.19.0.2.)
User avatar
robert
Posts: 4225
Joined: Fri Aug 21, 2015 10:57 am
Location: Netherlands

LBRKT?

Post by robert »

Karl, Frank,

LBRKT is only '[' and NOT '('

Robert
XSharp Development Team
The Netherlands
robert@xsharp.eu
FdeRaadt
Posts: 31
Joined: Wed Sep 01, 2021 12:49 pm

LBRKT?

Post 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:
boonnam
Posts: 88
Joined: Mon May 08, 2017 6:42 pm
Location: USA

LBRKT?

Post by boonnam »

Frank,

How did you correct this error? Thank you.
FdeRaadt
Posts: 31
Joined: Wed Sep 01, 2021 12:49 pm

LBRKT?

Post 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
Post Reply