Alphabetize the contents of a text file

  • Thread starter Thread starter John Crouse
  • Start date Start date
J

John Crouse

I have a text file like so:

ben
amy
jerry
ann
john

and would like to alphabetize each line like so:

amy
ann
ben
jerry
john

any pointers?

Thanks,
John
 
John,

Any sort of an array should do that, what is your problem with this?

Cor
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top