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

2010-12-29 Thread BenoƮt Minisini
> 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

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

2010-12-29 Thread Zach Smith
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 = "