Hello Experts
See My Code
[CODE=vb]Private sub F_Clear(Paramar ray Cntr())
dim i%
For i=0 to ubound(cntr)
cntr(i).text = ""
next
End sub[/CODE]
In this procedure when I call this error is coming
Any Bugs in the code
Error is
F_Clear (TxtBox(0),TxtB ox(2))
Compile Error
Expected: =
See My Code
[CODE=vb]Private sub F_Clear(Paramar ray Cntr())
dim i%
For i=0 to ubound(cntr)
cntr(i).text = ""
next
End sub[/CODE]
In this procedure when I call this error is coming
Any Bugs in the code
Error is
F_Clear (TxtBox(0),TxtB ox(2))
Compile Error
Expected: =
Comment