Jun 8, 2001 #1 Kib Programmer May 17, 2001 58 US is there a way to tell if I am at the end of an array?
Jun 8, 2001 1 #2 balor Programmer Jul 24, 2000 74 The UBound function returns the size of the array. Use it to check if you are at the end. UBound(sArray) Upvote 0 Downvote
The UBound function returns the size of the array. Use it to check if you are at the end. UBound(sArray)