Hello,
I would like to know how i can write a formula that will return True or False if the string has number or numbers in it.
For example
StringVar temp:="ABC 12";
Stringvar temp1:="ABC";
I would like to check temp for number and it should return true and temp1 should return false.
Appreciate the guidance and feedback
Regards
I would like to know how i can write a formula that will return True or False if the string has number or numbers in it.
For example
StringVar temp:="ABC 12";
Stringvar temp1:="ABC";
I would like to check temp for number and it should return true and temp1 should return false.
Appreciate the guidance and feedback
Regards