how can i deterrmine if a control is an array
VB Code:
dim ctrl as control for each ctrl in controls if typeof ctrl is textbox if isarray(ctrl)=true then 'function isarray doesn't work 'code end if end if next ctrls
2nd question
how can i create a witheevents on array of textboxes?




Reply With Quote