[Gambas-user] Issue 138 in gambas: Bug with long constant declaration

gambas at ...2524... gambas at ...2524...
Tue Nov 1 22:30:09 CET 2011


Comment #3 on issue 138 by jussi.la... at ...626...: Bug with long constant  
declaration
http://code.google.com/p/gambas/issues/detail?id=138

BTW. Following declarations works fine:
Public Const LowestLong As Long = -9223372036854775807
Public Const LowestLong As Long = 9223372036854775807

However, this causes same error message:
Public Const LowestLong As Long = 9223372036854775808





More information about the User mailing list