TestNumericResult enum | QSYS API Reference Guide
The possible results of a TestNumeric operation.
Namespace: ASNA.QSys.Runtime
Assembly: ASNA.QSys.Runtime.dll
Enum Values
| Name | Description | Value |
|---|---|---|
| AllBlanks | All the characters are blanks. | 1 |
| AllDigits | All the characters are digits. | 0 |
| LeadingBlanks | 1 or more characters at the beginning are blanks. | 2 |
| NotNumeric | At least one character is not a digit. | 3 |