Make a Boolean From an Integer

Converts an integer value to a boolean data type.

 

Input Arguments

 

0

Integer

Integer Value

The source integer to convert.

 

Return Arguments

 

1

Boolean

Result

The resulting boolean value.

 

Returned Status

 

SUCCESS

This command always succeeds.

 

Remarks

Any nonzero value is considered TRUE. Zero is the only value that is considered FALSE.