Bug? Bug 11.20 - Long Literal

Robert Valentino

Well-Known Member
Licensed User
Longtime User
Forever I have had my long literals defined with a L at the end
B4X:
    Private Const  DEFINE_Features_MarkEntriesAsPaid                                 As Long = 0x0000000000000001L

Version 11.20 now does not like the ending L and has caused me to make lots of code changes for no real reason

Is this a bug in the compiler?
 

DonManfred

Expert
Licensed User
Longtime User
There was never a L in b4x needed.
Not in 11.2 and not in any older version.

At least i can´t remember seeing this in a B4X-Code here in the Forum.
 

Robert Valentino

Well-Known Member
Licensed User
Longtime User
Strange, I guess I just had all these lines of code with it and the compiler never complained about it.
Can't image why I would have put it if compiler didn't complain.

My bad. Sorry
 
Top