R
Rob
I have a 3 character string that I want to test to see if it is a positive
integer... I could test that each individual character is >=0 and <=9... is
there a better way ?
Is there an IsInteger() function ?
integer... I could test that each individual character is >=0 and <=9... is
there a better way ?
Is there an IsInteger() function ?
