Open Dev Kit Documentation :: General :: Array Sort Method
Root.ArraySortMethodDifferent methods for sorting arrays
Constants
- Default (
Default) - Default sorting method
- Numerical (
Numerical) - Numerical sorting method
- Alphabetical Sensitive (
AlphabeticalSensitive) - Alphabetical sorting method (case-sensitive)
- Alphabetical Insensitive (
AlphabeticalInsensitive) - Alphabetical sorting method (case-insensitive)
If you think anything is missing, please feel free to: submit documentation feedback on this page
