@ZERO

Top  Previous  Next

Syntax:

 

@ZERO(<string>)

 

Description:

 

This function returns the value 1 (true) if the value of <string> is zero; otherwise the function returns null (false).

 

OK:

 

Unchanged.

 

Example:

 

IF @ZERO(%V)

  INFO Result is zero

END

 

See also: