I have three text fields that are numbers or decimal.
They are accepted as strings that are subsequently converted.
However, I want to check these fields so that only numbers or decimal numbers are accepted.
The easiest way to ensure that these fields are only 0-9 characters.
I would prefer an if statement, but any solution would be nice!
source share