Number – Talk

From Bohemia Interactive Community
Revision as of 09:03, 15 February 2007 by Ceeeb (talk | contribs)
Jump to navigation Jump to search

I delete a reference to Integer, because there is no such type in OFP scripting.

--Suma 11:36, 30 June 2006 (CEST)


Is anyone sure on the precision to which numbers can be stored as variables?

OFP example :

var1 = 123456789
var1 = var1 - 123000000
var1 will return 456792

As a non-programmer, I find this behaviour quite strange. --Ceeeb 08:03, 15 February 2007 (CET)