Forum Discussion
SapnaBhargava
1 year agoCommunity Member
Variable not working for a particular number of digits
I am currently developing a project where users must input their 10-digit mobile number on one page. If they input fewer than 10 digits or more than 10 digits, I would like to display the error messa...
Nedim
1 year agoCommunity Member
Try to validate 2147483647 vs 2147483648. It could be that Storyline use signed 32-bit integer to handle numbers. If you are only comparing values, I suggest using a text entry field combined with JavaScript to allow only numeric input.