GetFieldValue()
Description
Description
This method will return the value at a given output field. You can input either the index of the output field, or the field's name to retrieve its value.
Syntax
Syntax
Function GetFieldValue( index|name )
Parameters
Parameters
variant index or name
integer index - field index (starting from 1)
string name - the name of the output field
Return Values:
Return Values:
string - the value of the field from input
See also
See also