The task appends up to 10 values (String, Long, Double, Storage Node).
Parameter | Type | Description | Required |
---|---|---|---|
Result | String | The result to be stored in a string variable. | Yes |
Separator | String | Accepts string as input. Optional parameter. Any value assigned to it acts as delimiter. | No |
Value 1 - 10 | String, Long, Double, Storage Node | Accepts string, long, double, and storage node as input. Value 1 and Value 2 are required parameters. The remaining values are optional. When creating this task, only four parameters appear. (Result, Separator, Value1, Value2). Use the available button to add more parameters (limit is 10). Parameters can also be deleted. | Yes |
Example: Input with separator
For these given inputs the output will be This Is An Example of StringAppendMultiple
.
(Property: Value)
- Result: String Variable
- Separator: " "
- Value1: This
- Value2: Is
- Value3: An
- Value4: Example
- Value5: of StringAppendMultiple
Example: Input without separator
For these given inputs the output will be a24.368bc
.
(Property: Value)
- Result: String Variable
- Separator:
- Value1: a
- Value2: 2
- Value3: 4.368
- Value4: b
- Value5: c
Comments
0 comments
Please sign in to leave a comment.