PV Get cell string value
version 6.8
PV Get cell string value (area; column; row) String
Parameter | Type | Description | |
area | Longint | 4D View area | |
column | Longint | Cell column number | |
row | Longint | Cell row number |
Function result String Cell value
Description
The PV Get cell string value command returns the string of characters contained in the cell set by column and row.
If the PV Get cell string value command is used with a non-alphanumeric cell, it returns an empty string.
Example
Refer to the example in the PV SET CELL STRING VALUE command.
See Also