RtvvarCB (variable name:sqquence)
variable name = Constant or alphanumeric field (30A)
Sequence = Nummeric value (11P)
Return type:
String value of ‘0’ or ‘1’ (1A)
Description:
RtvVarCB retrieves an xml variable from the XML document data stream. And returns the value as a string.
Example:
Eval send = RtvVarCB(‘yes_or_no’)
Sequence is used for having multiple fields with the same name. This is used for multi-line entry screens. This way the fields can be retrieved the same way.
Notes and Restrictions:
The variable name is case sensitive.