Replace the value of an index of a list

Hi All,

 

 

 

Is there a node for replacing a value at a particular index of a list. For example:

 

 

 

The input list might be: 1,2,3

 

The input index might be 1

 

and the new value might be 4

 

 

 

Resulting in this list: 1,4,3

 

 

 

Thanks for the help!

 

 

Check out the List Utilities package on the Dynamo Package Manager.