test to confirm non-numeric characters
Hi
Look at this example:
If isnumeric(MyString) then
'numeric string
else
'whatever
endif
Regards,
Per
On 22 Jan., 05:59, Fan924 wrote:
I have a 10 character number string. I need a test to confirm that
there are no non-numeric characters in this string. Thanks
Excel97
|