| Syntax Color Legend |
|---|
| Command |
| Mandatory parameter |
| Optional parameter |
| Mandatory keyword |
| Optional keyword |
NUMERICEMPTY (<Numeric>)
Tests whether a numeric variable or fields is empty (contain all blanks instead of digits). When so True is returned.
Boolean
| Parameter | Description |
|---|---|
| Numeric | The numeric variable or field to test. |
if numericempty(vn-test)
sme('Vn-test is empty!')
endif