2008 Mar 12 11:33 PM
hi experts..
is there a way to know if a value is a number? ranges from 0-9.
points will be rewarded.
2008 Mar 12 11:38 PM
Try:
IF f1 CO '1234567890'.
* Process number
ELSE.
* Something else.
ENDIF.Rob
Try:
IF f1 CO '1234567890'.
* Process number
ELSE.
* Something else.
ENDIF.Rob
2008 Mar 12 11:38 PM
Try:
IF f1 CO '1234567890'.
* Process number
ELSE.
* Something else.
ENDIF.Rob
2008 Mar 12 11:40 PM
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |