[Gambas-user] value of single variable always shows as 1E-315
Benoît Minisini
gambas at ...1...
Thu Dec 30 04:17:43 CET 2010
> Run the following code and then look in the "local variables" tab.
> The integer and string values are correct but the value of e is
> 1E-315. The same is true when you highlight the variable in the code
> to see the current value.
>
> Dim i As Integer
> Dim e As Single
> Dim s As String
>
> i = 123
> e = 1.23
> s = "123"
>
>
> gambas 3 rev. 3412
>
Fixed in revision #3414.
Regards,
--
Benoît Minisini
More information about the User
mailing list