When I remove an element from a list variable, instead of deleting the element, it is just set to <none>, so if you remove the first element of a list with
and use this code to look at the list of variables:
it will start at "2."
Code:
delete {testlist::1}
Code:
loop {testlist::*}:
send "%loop-index%. ""%loop-value%"""
it will start at "2."