Append number to number-list
Description
Adds a number input to the end of number-list input
Input Ports
Name | dataType | sourceType | required | description |
---|---|---|---|---|
Number value | number | link-manual | true | The number value that will be added to the end of the number-list |
Number list value | number-list | link-manual | false | The number-list that will receive the new number value at the end of the list |
Scenarios
- The user wants to append a new
number value
at the end of the originalnumber-list
Appending a number value to a list
Number value | Number list | New Number list |
---|---|---|
420 | 210 | 210 |
650 | 650 | |
420 |
Use case
Inputs
- Number value:
420
- Number-List:
[210, 650]
Experienced tips
- If the
number value
is empty, the process will continue and not append any new value to thenumber-list
- If the
number value
contains a value and thenumber-list
is empty, the process will continue and append thenumber value
to a newnumber-list
Search Tags
Add a number value to a number-list