Could you please tell me what "LBound" and "UBound" are in Control Arrays, how they work and what the difference is between the two.
I already know about "Count" and "Item" as I have used them recently.
Thanks!
Reply from Richard Rost:
Those functions allow you to determine the size of an array on the fly. This way you don't have to code numbers into your program. You can just say things like:
Fox X = LBOUND(MyArray) to UBOUND(MyArray) ...
Sorry, only students may add comments.
Click here for more
information on how you can set up an account.
If you are a Visitor, go ahead and post your reply as a
new comment, and we'll move it here for you
once it's approved. Be sure to use the same name and email address.
This thread is now CLOSED. If you wish to comment, start a NEW discussion in
Visual Basic Forum.