Benoît Minisini ha scritto:
>> Benoît Minisini ha scritto:
>>
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
> For information, the previous code is equivalent to:
>
> Dim ii As Integer
> Dim jj As Integer
>
> For ii = 9 To 0 Step -1
> jj = CInt(CStr(jj) & CStr(ii))
> Next
Yes, exactly.
Sometimes it is convenient to "add" numbers this way.
I just didn't see the trouble to write conversion functions C
> Benoît Minisini ha scritto:
> >> 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 go
Benoît Minisini ha scritto:
>> 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.
>> Nex
> 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
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
---
R0xxrxXxzDzXxrrZRxRxrDXrrerRx
--
-Original Message-
From: gambas-user-requ...@lists.sourceforge.net
Date: Mon, 03 May 2010 09:05:09
To:
Subject: Gambas-user Digest, Vol 48, Issue 1
Send Gambas-user mailing list submissions to
gambas-user@lists.sourceforge.net
>
> Here there are. Also included a custom bash script I made to automate
> this task.
>
> Regards,
> Jesus
OK, I think I got it. The problem should be fixed in revision #2928.
Regards,
--
Benoît Minisini
--
> Fabien Bodard escribió:
> > on ubuntu 10.04 work fine for me too
> >
> > have you tryed to remove the all the svn and start from scratch ?
> >
> > 2010/4/28 Matteo Pasotti :
> >> Il 28/04/2010 19:04, charlesg ha scritto:
> >>> Hi
> >>>
> >>> I fixed the balloon error by loading Ubuntu package
Fabien Bodard escribió:
> on ubuntu 10.04 work fine for me too
>
> have you tryed to remove the all the svn and start from scratch ?
>
> 2010/4/28 Matteo Pasotti :
>
>> Il 28/04/2010 19:04, charlesg ha scritto:
>>
>>> Hi
>>>
>>> I fixed the balloon error by loading Ubuntu package intltool (
10 matches
Mail list logo