Jump to content

Recommended Posts

Posted

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

Posted

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

Use StringStripWS() function.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...