How to store the number 1.728e+21

this number is out of bounds, and I can’t store it in a database of type OrderedData. Is there any way to handle this

You can try tostring() and tonumber() to convert it from 9-letter string and back to a number when storing/retrieving it.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.