Printable View
how to find the first empty location in an array?
Use a loop and some testing statement like an if What is an "empty location"? That will depend on the data type in the array.
Quote: Originally Posted by Norm Use a loop and some testing statement like an if What is an "empty location"? That will depend on the data type in the array. yes it works !!! :-bd thanks