Prepend number to number-list
Description
Adds a number input to the start 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 start of the number-list |
Number list value | number-list | link-manual | false | The number-list that will receive the new number value at the start of the list |
Scenarios
- The user wants to prepend a new
number value
at the start of the originalnumber-list
- The user wants to prepend a new
number value
at the start of anumber-list
without providing anumber-list
Prepending a number value to a list
Number value | Number list | New Number list |
---|---|---|
420 | 210 | 420 |
650 | 210 | |
650 |
Use case
Inputs
- Number value:
420
- Number-List:
[210, 650]
Experienced tips
- If the
number value
is empty, the process will continue and not prepend any new value to thenumber-list
- If the
number value
contains a value and thenumber-list
is empty, the process will continue and prepend thenumber value
to a newnumber-list
Search Tags
Add a number value to a number-list