XmlCB (variable name : value:inhibited:sequence)
variable name = Constant or alphanumeric field (30A)
value = Alphanumeric field (1A) or *on / *off
inhibited = Alphanumeric field (1A) or *on / *off
sequence = Numeric (5,0)


Return type:
Encoded XML string


Description:
XmlCB 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 = xmlCB(‘allowed’:xxallowed)

Default always ON
Eval string = xmlCB(‘allowed’:*on)


Notes and Restrictions:
The variable name is case sensitive.