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