From: Rodimus_Prime on
I was wondering if anyone knew of any quick and easy ways to alphabetize the
contents of a Text file when writing or appending information to it? I have a
combobox that displays the contents of a text file, but I want to have the
items in that box in alphabetical order.

Any help is always appreciated, thanks

From: Chris Forecast on
"Rodimus_Prime" <webforumsuser(a)macromedia.com> wrote in message
news:fml0os$dvn$1(a)forums.macromedia.com...
>I was wondering if anyone knew of any quick and easy ways to alphabetize
>the contents of a Text file when writing or appending information to it? I
>have a combobox that displays the contents of a text file, but I want to
>have the items in that box in alphabetical order.

Is there any particular reason why you're not simply setting the 'Sorted'
property of the combobox to TRUE?

Chris Forecast