XmlT (variable name : value)
variable name = Constant or alphanumeric field (30A)
value = numeric field (6,0) HHMMSS
Return type:
Encoded XML string
Description:
XmlT 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 = xmlT(‘clock’:time)
Notes and Restrictions:
The variable name is case sensitive.