Add To List
Add value to the list.
Add the specified input value to the list.
Input
Input:
List String Variable
The variable list in which the value is to be added.
Options
Input Value:
String Argument
The input value to be added
Index:
Object Argument
The index in which the value is to be added.Method:
Shift
- the input values added to the specified index and shift all other values.Replace
- method replace the value at the specified index.
Last updated