Is there a way to compare elements of an array and re-order them? i.e. if I have five elements to an array and each of them contains an email address, can I somehow sort them and relocate them in the array so that array[0] = the email address that comes first alphabetically, and array[4] = the email address that comes last alphabetically?