AMT Help Files
homeLION Language ReferenceCommandsNUMERICEMPTY

NUMERICEMPTY

Syntax

NUMERICEMPTY (<Numeric>)

Description

Tests whether a numeric variable or fields is empty (contain all blanks instead of digits). When so True is returned.

Diagram

Returned value type

Boolean

Parameters

Parameter Description
Numeric The numeric variable or field to test.

Example

if numericempty(vn-test)
  sme('Vn-test is empty!')
endif

Return to

Commands

Contents

 Go to top