i have five strings, eg:
and i assign the lengths to a
string array, eg:
tmp(0) = len(string1)
tmp(1) = len(string2)
...
...
tmp(4) = len(string5)
is there an easier (hah!) way
to find the longest string other
than comparing it to each other
many times?
thanks for all help in advance,




Reply With Quote