Hi ...

Here's what I have ... Panel1 which I have used


me.panel1.controls.add(lbl) to add 10 labels to panel1

now I am trying to get rid of them using

for x = 1 to 10

me.panel1.controls.remove(controls(0))

Next

and though it runs the code 10 times, all of the controls are still there, please let me know what I am doing wrong

Thanks