CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: SortStr

  1. #1
    Join Date
    Jun 2001
    Posts
    4

    SortStr

    Hi all

    I need a function that can sort a string:

    after
    str=SortStr("gduekfhe")
    str should hold "deefghku"

    mvh
    FinnK



  2. #2
    Join Date
    Feb 2000
    Location
    Ireland
    Posts
    808

    Re: SortStr

    You can use the code in this newsgroup reply
    http://groups.google.com/groups?hl=e...0news.sni.de#p
    but change option compare database to option compare text in the general declarations


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured