| Syntax: |
VALIDNUM(C character_field) |
| Return Value: |
Y result |
| Description: |
VALIDNUM checks whether a character field contains only numeral characters (0 9). The result is TRUE if the field contains only numeral characters |
| Example: |
VALIDNUM("A123") = FALSE |