Add To List
Add value to the list.
Last updated
Add value to the list.
Last updated
Add the specified input value to the list.
Input: List String Variable
The variable list in which the value is to be added.
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.