XltStrings function
Scripting language:
- JavaScript
function XltStrings_func_name (cloverEnv, xpm, inVals, outVals)
- Python
def XltStrings_func_name (cloverEnv, xpm, inVals, outVals)
Args:
cloverEnv
This is a reference to the Cloverleaf run-time environment.
xpm
This is a reference to an XPM object. In this, any field in the input or output message is referenced.
inVals
This is the input vector. This is the source fields from the associated Xlate action that is represented as
Strings
.outVals
This is the output vector. This consists of objects with
toString()
methods that provide the representation that is stored in the destination fields.
Returns: None