Command PV SPECIAL CLEAR

4D View

PV SPECIAL CLEAR

version 6.8


PV SPECIAL CLEAR (area; value; formula; format; borders)

ParameterTypeDescription
areaLongint4D View area
valueInteger0 = Do not clear; 1 = Clear
formulaInteger0 = Do not clear; 1 = Clear
formatInteger0 = Do not clear; 1 = Clear
bordersInteger0 = Do not clear; 1 = Clear

Description

The PV SPECIAL CLEAR command clears the information defined in the value, formula,format and borders parameters from the selection of current cells in area.

Example

Erase the formulas, formats and borders of selected cells, while keeping possible values for cells containing values and not formulas:

   PV SPECIAL CLEAR (Area;0;1;1;1)  `Erase formulas, formats and borders

See Also

PV SPECIAL CUT, PV SPECIAL PASTE.