Thanks, but are there any additional commands I can use to manipulate
arrays. Like find whith out having to make a loop or any others.
It would help if you gave some more details about the type of manipulations
you had in mind and to what (data) type of arrays.
If you are talking about String arrays, you might find the Filter function
useful.
http://msdn2.microsoft.com/en-us/lib...44(VS.60).aspx
Rick