boolean

Uniface data type that holds a Boolean value of 0 or 1.

boolean  ParameterName : Direction

boolean  VariableName

Use

Use in params and variables blocks to define the data type of a parameter or variable. The data type can be selected when defining fields, global variables, and component variables.

Description

The Boolean data type is interpreted as either TRUE or FALSE. An empty value, and the values 0, F, f, N, and n are interpreted as FALSE. All other values are interpreted as TRUE.

params
   boolean pCreditApproved : INOUT
endparams

Related Topics