I have trouble with this before, but for some reason this doesn't seem to clear the whole list, it always seems to leave the last item if there are more than 2-3 items in the list... Any idea why? It looks Ok to me and I've tried looping it more times, but it doesn't work
code:
for(var i=0; i<=PlusWnd.LstView_GetCount("ListView");i++){
PlusWnd.LstView_RemoveItem("ListView", 0);
}