Author Topic: Precision in VCE  (Read 397 times)

So I wanted to save a large number as a variable, lets say the number is 123412341234.

The variable saves just fine, but when i multiply it by 2, the number becomes
2.46825e+12 instead of 246824682468

But I really need the number to be on the latter form, for precision reasons.
Is there a way to prevent this from happening?

Im not 100% sure but. I think blockland has a way of forcing that it that way. Without some client/server sided script its not possible.

Im not 100% sure but. I think blockland has a way of forcing that it that way. Without some client/server sided script its not possible.

Damn...
Stupid question that I probably already know the answer too, but:
does VCE support hex? And if yes (which i doubt), how do i convert my variables to hex?