Jump to content

Search the Community

Showing results for tags '_ArraySort StringCompare'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • General
    • Announcements and Site News
    • Administration
  • AutoIt v3
    • AutoIt Help and Support
    • AutoIt Technical Discussion
    • AutoIt Example Scripts
  • Scripting and Development
    • Developer General Discussion
    • Language Specific Discussion
  • IT Administration
    • Operating System Deployment
    • Windows Client
    • Windows Server
    • Office

Categories

  • AutoIt Team
    • Beta
    • MVP
  • AutoIt
    • Automation
    • Databases and web connections
    • Data compression
    • Encryption and hash
    • Games
    • GUI Additions
    • Hardware
    • Information gathering
    • Internet protocol suite
    • Maths
    • Media
    • PDF
    • Security
    • Social Media and other Website API
    • Windows
  • Scripting and Development
  • IT Administration
    • Operating System Deployment
    • Windows Client
    • Windows Server
    • Office

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Member Title


Location


WWW


Interests

Found 1 result

  1. I hope the title of this thread isn't too misleading - but I could think of a better one I need to sort an 1D-array. Some of the records contain a separator character (now "\") which should come first in the sorting order. I tried every ASCII code from 1 to 31 but all of this records come at the end of the sorted array. The space character is ASCII code 32 so I thought if I used a code < 32 as separator this records would come first. Example: "axb" should come before "a b" where x can b any character. Is there a solution to this problem? Thanks in advance!
×
×
  • Create New...