For a series of 12 fields returned in a GetRows funtion I need to rank each of the field values in descending order for each record and perform specific updates based on the results. I thought about creating an array out of the field values and iterating through each value and ranking them but I thought I'd check to see if there's an easier method that I'm not aware of.
Thanks...
Thanks...