so i have a list where i need to add new values constantly but when i do i need to increment it and insert it in between two values.
List initiali
You can just use List.Insert() instead of List.Add() to insert items at a specific position.