Prospero 1 Posted December 28, 2002 Hi all, What's the resolution of variables in OFP scripts? From my playing around, I suspect they'll all floats. Could you confirm this, Suma? If so, is there a way to construct a variable with higher resolution - say, that of a double, using multiple float variables? Prospero Share this post Link to post Share on other sites
suma 8 Posted December 29, 2002 Yes, all numbers are 32b floats (24b precision, 8b exponent). No, there is no way to use other precisions. Share this post Link to post Share on other sites
Prospero 1 Posted December 30, 2002 Thanks Suma. Prospero Share this post Link to post Share on other sites