MerlinofMines / EasyCommands

Github Repository for Ingame Scripts built by MerlinofMines. Uses MDK to Deploy to SpaceEngineerse
GNU General Public License v3.0
8 stars 3 forks source link

[Bug] Large Numbers are printed with Scientific Notation #252

Closed MerlinofMines closed 2 years ago

MerlinofMines commented 2 years ago

Describe the bug Large numbers are printed using scientific notation which isn't that useful.

To Reproduce

set myNumber to 10000000
print myNumber

Expected behavior 10000000

Additional context Likely need to change the formatting of numbers when converting to strings inside of operations