[Gambas-user] value of single variable always shows as 1E-315

Zach Smith zachsmith022 at ...626...
Wed Dec 29 20:24:25 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




More information about the User mailing list