Also consider: -

Public Sub Main() 
Dim fNum As Float[] = [26.6601666666666, 26.6651666666666] 'Note 26.660..
and 26.665..
Dim fTemp As Float

For Each fTemp In fNum
  fTemp *= 100
  fTemp += 0.5
  fTemp = Int(fTemp)
  fTemp /= 100
  Print fTemp;;
Next

'Output 26.66 26.67

End




-----
Check out www.gambas.one 
--
View this message in context: 
http://gambas.8142.n7.nabble.com/Best-ways-to-format-float-values-tp59733p59743.html
Sent from the gambas-user mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to