This is a discussion on Not a number check in Informix 4gl within the Informix forums, part of the Database Server Software category; --> Any in built function in Informix 4gl prog language to check whether a particular i/p is numeric or not....
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| If you're just trying to check number if it is valid (integer or real), you can assign string value to numeric variable and check if it is null afterwards. Of course, you must have WHENEVER ERROR CONTINUE clause before that in your program. For checking IP addresses, you'll have to use C (or C++) language code and call it from your 4GL program. "Suket" <suketsinha@indiatimes.com> wrote in message news:b30fd489.0309220227.599561ab@posting.google.c om... > Any in built function in Informix 4gl prog language to check whether a > particular i/p is numeric or not. |