quote:
Originally posted by Mattike
Try this instead!
That causes an error and so doesn't work
quote:
Originally posted by Volv
Or you could use a while(PlusWnd.LstView_GetCount("ListView")) loop
That just isn't removing any items
quote:
Originally posted by Volv
EDIT: Also your current method is looping 1 more time than is necessary - have you checked your Script Debugging Window?
I was tracing the LstView_Count property and it never got down to zero... it would just keep looping at 1
EDIT: fixed a spelling mistake in Mattike's.... Now it does the same thing as Volv's... Lol.