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

------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to