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