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?
 

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
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…