I was wondering what would be the fastest way to compare the length of various string elements stored in an array. i.e.
I had an array of 3 strings, X,Y and Z
len(X) = 5
len(Y) = 15
len(z) = 2
I want to retrieve the longest value (in this case 15). what i the quickest way to do this using VB 6?
thanks,
frank
I had an array of 3 strings, X,Y and Z
len(X) = 5
len(Y) = 15
len(z) = 2
I want to retrieve the longest value (in this case 15). what i the quickest way to do this using VB 6?
thanks,
frank