View Single Post
Old May 2nd, 2006, 2:41 PM   #1
commodore
Programmer
 
Join Date: Nov 2005
Location: Estonia
Posts: 97
Rep Power: 0 commodore is an unknown quantity at this point
Appending to a certain index in a list

I have a list with 5 elements. I want to change the 3rd element and to move the elements forward (3>4, 4>5, 5>6) at the same time. Is there a simple way to do this or do I have to do something mad?

I'm sorry if this is stupid, but I'm a beginner.
commodore is offline   Reply With Quote