The GetSingleValue action returns a single value from a data set.
Parameters
|
Type |
Name |
Description |
|---|---|---|
|
ACTION |
Dataset |
Specifies the record from which the value is read. |
|
TEXT |
Row |
Specifies the line number in the record. Lines: 0-n |
|
TEXT |
Column |
Specifies the name of the column in the record. |
Return
|
Type |
Description |
|---|---|
|
SINGLEVALUE |
Returns the value at the specified position in the record. |