Shawn - want a sneek peek at the code?

Also, a question about removing ListView items. I'm currently doing this to remove the ListView items:
code:
For Each $Item in $List.Items $Item.Remove Next

But, its rather clunky. Is there a way to remove all items in one fell swoop?