♥float = ⟦float⟧1.00000000000000000000000000006
♥money = ⟦money⟧1.00000000000000000000000000006
program notepad
dialog ♥float
dialog ♥money
I am getting text as "1" in dialoge box for both the variables.
♥float = ⟦float⟧1.00000000000000000000000000006
♥money = ⟦money⟧1.00000000000000000000000000006
program notepad
dialog ♥float
dialog ♥money
I am getting text as "1" in dialoge box for both the variables.
Range for float
and money
types are limited in the G1ANT language I believe. C# float
itself has a limited range of 6 - 9 digits (C# Documentation Here). I changed the values to a shorter one and it works. Screenshots below: