Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Control Array Bounds

Status
Not open for further replies.

victoryhighway2

Programmer
Jul 18, 2005
42
0
0
US
Is there any way to programmatically detect the upper and lower bounds of a control array that operates similar to the Lbound() and Ubound() functions in VB6?

Thanks,
Geoffrey
 

Yes:
Code:
aryMyArray.UBound

aryMyArray.LBound



Have fun.

---- Andy
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top