C
Colmag
I've use a for...each loop to move items in a listview
upwards, and now i want to write a routine to move items
down.
For this, i need to do a for...each starting with the
last item in the list and ending with the first.
Any ideas on how to do this?
upwards, and now i want to write a routine to move items
down.
For this, i need to do a for...each starting with the
last item in the list and ending with the first.
Any ideas on how to do this?