XmlH (variable name : value : sequence)
variable name = Constant or alphanumeric field (30A)
value = Constant or alphanumeric field
sequence = Numeric (5.0)
Return type:
Encoded XML string
Description:
XmlH returns a string variable encoded in XML. This is a primary function for building an xml string.
This is normally used in conjunction with PutXmlRec function
Example:
Eval string = xmlH(‘keyfield’:id_code)
Notes and Restrictions:
The variable name is case sensitive.
Hidden fields are retrieved using RtvVarA, RtvVarN, RtvvarD etc.