XltString function

Scripting language:

  • JavaScript
    function XltString_func_name (cloverEnv, xpm, inVal)
  • Python
    def XltString_func_name (cloverEnv, xpm, inVal)

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.

  • inVal

    This is the input string. This is the source field from the associated Xlate action that is represented as String.

This returns the returned Object. This consists of an object with a toString() method that provides the representation that is stored in the destination field.