Is there a way to ask VB for the number of arguments in an array.
Thanks
Printable View
Is there a way to ask VB for the number of arguments in an array.
Thanks
Try checking out the UBound and LBound functions.
Good luck!
------------------
Joacim Andersson
[email protected]
[email protected]
www.YellowBlazer.com
Ubound is just what I needed.
Thanks Joacim!