I am not sure how to check if user input certain data type.
I have a text field, but I need it to be numeric and have a decimal point.
I tried decimal input type but rather than giving me a numeric keyboard with a decimal point button I get a chars keyboard.
So here is what I am trying to do.
if (textField == " ") or (textField == string) do something else do something else end
but Im not sure how to check data types.