[Gambas-user] Wrong error message

Jussi Lahtinen jussi.lahtinen at ...626...
Mon May 3 16:07:04 CEST 2010


Hi!
There's minor bug.
Overflow with concatenate operator causes wrong error message.
You can reproduce the bug with this code:

Dim ii As Integer
Dim jj As Integer

For ii = 9 To 0 Step -1
jj &= ii  <--- Wanted Integer got String instead.
Next

Gambas 3 rev 2879 @ Ubuntu 9.10 64bit

Jussi




More information about the User mailing list