How do I check if a string passes the integer limit?

Hello! I have a string that shows a number. But when I use toNumber() and the string is over the integer limit, it just becomes a 0. How can I check if it passes the integer limit?

2 Likes

I’ll just make it check if it passes a certain number of characters.

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