RE: separating list alphabetically

2005-01-17 Thread Bakken, Luke
I have some data that needs to be split up alphabetically into lists that start with each letter of the alphabet. Sample data is like the following with real URL data in place of URL1 and URL2. Only the first field is important for alphabetizing. If I do an array with each letter

Re: separating list alphabetically

2005-01-17 Thread John W. Krahn
Tim McGeary wrote: I have some data that needs to be split up alphabetically into lists that start with each letter of the alphabet. Sample data is like the following with real URL data in place of URL1 and URL2. Only the first field is important for alphabetizing. If I do an array with each