dnnslbrwn
15th March 2004, 21:02
I need to test an environment variable (EV) to see if it contains a sales order number before I pass it to a query as if the EV contains alpha characers, teh query fails.
So, I guess what I need is a "isdigit" for UNIX.
Can anyone help?
Cheers,
-Dennis
PS: I tried neworder='expr $order + 0' but that errored out
So, I guess what I need is a "isdigit" for UNIX.
Can anyone help?
Cheers,
-Dennis
PS: I tried neworder='expr $order + 0' but that errored out