Sets the given out parameter value.
Valid only within the 'replacement' field in translation items.

Syntax

Smartsite SXML CopyCode image Copy Code
translation.setoutparameter(string name, any value)

Parameters

Name Data Type Description
name String The out-parameter name to set.
value Any The value of the out parameter.

Return Value

None.
SXML