My mind is going in circles trying to figure out the best way to do this. I have a dynamic string array and I need to loop throught the records to find the maximum and mininum value in the array. I know that I need to convert the string to a double or something to do the numeric comparisons, but I'm not sure how I should code to find the min and max. Any help would be greatly appreciated, thanks in advance.