> > The data arrives on the page in an unordered list; not alphabetized.
But in what data structure(s)? Does it arrive exactly like in your example...? aAArray, bBArray, etc? On Tue, Aug 25, 2009 at 8:05 AM, Steve LaBadie <[email protected]>wrote: > > Sorry Peter I realized I forgot to mention (no DB) after I sent the > post. > > The data arrives on the page in an unordered list; not alphabetized. > > > Steve LaBadie, Web Manager > East Stroudsburg University > 200 Prospect St. > East Stroudsburg, Pa 18301 > 570-422-3999 > http://www.esu.edu > [email protected] > > -----Original Message----- > From: Peter Boughton [mailto:[email protected]] > Sent: Tuesday, August 25, 2009 8:58 AM > To: cf-talk > Subject: Re: Alphabetical Sort List > > > >There is no DB. The titles are being push to the page through a > template > >control file from our CMS. All I need to do is sort them alphabetically > >on the page. > > Then provide this information in the original post! > > Even with this structure, I'd be tempted to construct a Query and do > grouping anyway. > > What structure does the data arrive in - is it already split > alphabetically? > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:325669 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

