PV Get cell boolean value

4D - Documentation   Français   English   German   4D View 2004, Command Theme List   4D View 2004, Command Alphabetical List   4D View 2004, Constant Theme List   Back   Previous   Next

version 6.8


PV Get cell boolean value (area; column; row) Integer

ParameterTypeDescription
areaLongint4D View area
columnLongintCell column number
rowLongintCell row number
Function resultIntegerCell value

Description

The PV Get cell boolean value command returns the cell value set by column and row as a Boolean. To translate it to a 4D Boolean, use the theBooleen:=(Result=1) instruction.

If the PV Get cell boolean value command is used with a non-Boolean type cell, it returns 0.

Example

Refer to the example for the PV SET CELL BOOLEAN VALUE command.

See Also

PV Get cell value type, PV SET CELL BOOLEAN VALUE.


4D - Documentation   Français   English   German   4D View 2004, Command Theme List   4D View 2004, Command Alphabetical List   4D View 2004, Constant Theme List   Back   Previous   Next