Command PV PASTE FROM BLOB

4D View

PV PASTE FROM BLOB

version 2003 (Modified)


PV PASTE FROM BLOB (area; blob; value; formula; format; borders)

ParameterTypeDescription
areaLongint4D View area
blobBLOBBLOB containing the selection
valueInteger0 = Do not paste ; 1 = Paste
formulaInteger0 = Do not paste ; 1 = Paste
formatInteger0 = Do not paste ; 1 = Paste
bordersInteger0 = Do not paste ; 1 = Paste

Description

The PV PASTE FROM BLOB command pastes the information defined with the value, formula, format, and borders parameters from the current cell of area, from a selection contained in BLOB — created first using the PV Copy to blob command.

Example

Refer to the example for the PV Copy to blob command.

See Also

PV Copy to blob.