I want to checkif text1.text.cotains only numbers ( there wont be any charachter different than a number ) is it possible to do it with text.contains ?
my users can enter numbers or strings into textfiled. I dont want to limit them to numbers only. I want to do stg if there are only numbers and do another thing if not. Maybe i can use the loop example. ty