SetReturnValue()
The SetReturnValue(); sets a return value
for a stitcher.
Syntax
The SetReturnValue(); statement
uses the following syntax.
SetReturnValue( return value );Arguments
The following table lists the properties of the arguments of this stitcher rule.| Argument | Description | Accepts constants | Accepts variables | Accepts eval clauses |
|---|---|---|---|---|
return value |
The value to return from the stitcher. | Yes | Yes | Yes |
Example
The following example shows how
the SetReturnValue() rule is used to return a value.
text entityName = "router 1";
SetReturnValue( entityName );