S
Sam Marrocco
Does anyone know of a method of swapping collection items? For example:
Current collection:
..Item(1)="a"
..Item(2)="b"
..Item(3)="c"
After swapping items 2 and 1....
..Item(1)="b"
..Item(2)="a"
..Item(3)="c"
Current collection:
..Item(1)="a"
..Item(2)="b"
..Item(3)="c"
After swapping items 2 and 1....
..Item(1)="b"
..Item(2)="a"
..Item(3)="c"