ID:147210
 
is there anything built in to take a string of text and make it alphabetical?
What do you mean by that? Anything in a text string is usually alphabetical anyway.
Depends what you mean by alphabetical. cKey() might help (look it up in the reference). Otherwise, you can manipulate strings manually using copytext() and findtext(), and hub://Deadron.TextHandling.