ph_getdata PowerHome formula function
Description
Gets data from a data retrieval area that was selected from an SQL Select.
Syntax
ph_getdata ( n, row, col )
Argument |
Description |
n
|
The number of the data retrieval area (1 – 20)
|
row
|
A long identifying the row you wish to retrieve from.
|
col
|
A long identifying the column number you wish to retrieve from.
|
Return value
String. The data stored within data
retrieval area n at row, col.