Obtains the value of a tagged field on a report.
Input Arguments
0 |
String |
Tag Name |
The tag of the field containing the value to retrieve. |
Return Arguments
1 |
String |
Tag Value As String |
The value of the field expressed as a string. |
2 |
String |
Tag Value As Integer |
The value of the field expressed as an integer. |
3 |
String |
Tag Value As Double |
The value of the field expressed as a double. |
Returned Status
SUCCESS |
The value was obtained successfully. |
FAILURE |
The field tag was not found. |
Remarks
If the field contains a string, the integer and double return arguments will contain zeroes.