Visit SearchWinDevelopment.com, the Visual Basic-Specific Search Engine.
               FREE benefits include Daily News, Developer Tips, Career Center, VB Forums & more.


Home Recent Code Popular Code SearchWinDevelopment.com White Papers

Jobs

Submit Code Email


Author:  Eric A. Johnson
Date Submitted:  2/4/2006
Category:  String Handling/Manipulation
Compatibility:  .NET
This code has been accessed 3274 times.

Email Yourself this snippet:

Task: This code will alphabetize any string inserted. For best results, remove any spaces. This code assumes that the string is in one case; however, you can easily change case within the function, if desired.
Declarations

Code