Ok, after looking on MSDN and doing some test of my own, I have no idea how to make this work.
Basically, I have 2 strings which being compared. Now my problem is that they are the string representation of integers. For example: the Number 8 as "8". Ok obvious i know.
So I want to sort an array I have and unfortunately I am locked into havin the elements as Strings. So when I go to sort the array from these integer strings... it doesn't compare properly:
i.e. "45" < "5"
StrComp appears to just allow you to compare with binary or text... but both of these options give the same result in this instance.
So is there an easy (maybe built in way) to convert these integer strings to integers and THEN compare them?? Maybe someone knows an even easier way.
Thanx in advance,
cLocKwOrk


Reply With Quote