i was trying to insert null items into a list at certain indices. However, some of these indices are higher than the list length and an overflow was occurring. Is there any way that I can modify the list to get the value at the specified indices without changing the original values in the list?
yes, i tried doing that as well. but the problem is that, i need to generate that empty entry at 652 even though it doesnt exist in the original list. thats what i had difficulty in doing. And i didnt find any alternative to creating those extra ‘null’ indices either. In this case its just 1, but there could be more when my geometry changes.