Page 1 of 1

Numeric check for Alphanumeric variable

Posted: Mon Mar 04, 2013 4:31 pm
by SSgan
Hi,

I am having requirement to check whether Alphanumric variable is having numeric value(just numbers) in it.
Ex- VAR 1 defined as X(4).
It can have value as '1234' OR '12ds'
i need to process based on whether it is having number values or alphanum values.
Can anyone help on this?

Posted: Mon Mar 04, 2013 5:31 pm
by William Collins
Please don't post in multiple sites at the same time.

Posted: Mon Mar 04, 2013 10:54 pm
by diwz
Take every X and check for IS NUMERIC using IF condition