mentosan Posted February 2, 2009 Posted February 2, 2009 Hello I want to set a conditon for an array which contain only positive numbers but the problem is there are spaces between numbers (for example: "123 5555") so that functions like StringIsDigit or (If Not)StringIsAlpha will not help me. Do you have any other ideeas ? Thank you
Andreik Posted February 2, 2009 Posted February 2, 2009 HelloI want to set a conditon for an array which contain only positive numbers but the problem is there are spaces between numbers (for example: "123 5555") so that functions like StringIsDigit or (If Not)StringIsAlpha will not help me.Do you have any other ideeas ?Thank youUse StringStripWS() function.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now