I have a simple project I am working on that is basically a sign in book for an event. I have built a system that accepts names and enters each name into an array. I would like to alphabetize the names in no fancy manner. Simply Abraham Lincoln comes before Benjamin Fowler but after Abe Lynn. This would give me a lot more control over the display of the names after they are all entered.
Is this possible?
Develop games in your browser. Powerful, performant & highly capable.
Just call Array.Sort.
I need to go slap myself it was staring me in the face and I couldn't see it ...
Thanks!! <img src="smileys/smiley1.gif" border="0" align="middle" />