Platforms to show: All Mac Windows Linux Cross-Platform
Back to SortMBS module.
SortMBS.EqualsMBS(extends array1() as Int64, array2() as Int64, array1offset as Integer = 0, count as Integer = -2, array2offset as Integer = 0) as Boolean
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | Sort | MBS Util Plugin | 24.2 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Returns true if they are equal in the given range.
SourceCount can be -2 to use array count - sourceIndex.
destIndex lets you pick where to start in the destination array.
Performs bounds checking and may raise an OutOfBoundsException.
See also:
- EqualsMBS(extends array1() as Boolean, array2() as Boolean, array1offset as Integer = 0, count as Integer = -2, array2offset as Integer = 0) as Boolean
- EqualsMBS(extends array1() as Color, array2() as Color, array1offset as Integer = 0, count as Integer = -2, array2offset as Integer = 0) as Boolean
- EqualsMBS(extends array1() as Currency, array2() as Currency, array1offset as Integer = 0, count as Integer = -2, array2offset as Integer = 0) as Boolean
- EqualsMBS(extends array1() as Double, array2() as Double, array1offset as Integer = 0, count as Integer = -2, array2offset as Integer = 0) as Boolean
- EqualsMBS(extends array1() as Int32, array2() as Int32, array1offset as Integer = 0, count as Integer = -2, array2offset as Integer = 0) as Boolean
- EqualsMBS(extends array1() as Ptr, array2() as Ptr, array1offset as Integer = 0, count as Integer = -2, array2offset as Integer = 0) as Boolean
- EqualsMBS(extends array1() as Single, array2() as Single, array1offset as Integer = 0, count as Integer = -2, array2offset as Integer = 0) as Boolean
- EqualsMBS(extends array1() as String, array2() as String, array1offset as Integer = 0, count as Integer = -2, array2offset as Integer = 0) as Boolean
- EqualsMBS(extends array1() as UInt32, array2() as UInt32, array1offset as Integer = 0, count as Integer = -2, array2offset as Integer = 0) as Boolean
- EqualsMBS(extends array1() as UInt64, array2() as UInt64, array1offset as Integer = 0, count as Integer = -2, array2offset as Integer = 0) as Boolean
SortMBS.EqualsMBS(extends array1() as Ptr, array2() as Ptr, array1offset as Integer = 0, count as Integer = -2, array2offset as Integer = 0) as Boolean
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | Sort | MBS Util Plugin | 24.2 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Returns true if they are equal in the given range.
SourceCount can be -2 to use array count - sourceIndex.
destIndex lets you pick where to start in the destination array.
Performs bounds checking and may raise an OutOfBoundsException.
See also:
- EqualsMBS(extends array1() as Boolean, array2() as Boolean, array1offset as Integer = 0, count as Integer = -2, array2offset as Integer = 0) as Boolean
- EqualsMBS(extends array1() as Color, array2() as Color, array1offset as Integer = 0, count as Integer = -2, array2offset as Integer = 0) as Boolean
- EqualsMBS(extends array1() as Currency, array2() as Currency, array1offset as Integer = 0, count as Integer = -2, array2offset as Integer = 0) as Boolean
- EqualsMBS(extends array1() as Double, array2() as Double, array1offset as Integer = 0, count as Integer = -2, array2offset as Integer = 0) as Boolean
- EqualsMBS(extends array1() as Int32, array2() as Int32, array1offset as Integer = 0, count as Integer = -2, array2offset as Integer = 0) as Boolean
- EqualsMBS(extends array1() as Int64, array2() as Int64, array1offset as Integer = 0, count as Integer = -2, array2offset as Integer = 0) as Boolean
- EqualsMBS(extends array1() as Single, array2() as Single, array1offset as Integer = 0, count as Integer = -2, array2offset as Integer = 0) as Boolean
- EqualsMBS(extends array1() as String, array2() as String, array1offset as Integer = 0, count as Integer = -2, array2offset as Integer = 0) as Boolean
- EqualsMBS(extends array1() as UInt32, array2() as UInt32, array1offset as Integer = 0, count as Integer = -2, array2offset as Integer = 0) as Boolean
- EqualsMBS(extends array1() as UInt64, array2() as UInt64, array1offset as Integer = 0, count as Integer = -2, array2offset as Integer = 0) as Boolean
SortMBS.EqualsMBS(extends array1() as Single, array2() as Single, array1offset as Integer = 0, count as Integer = -2, array2offset as Integer = 0) as Boolean
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | Sort | MBS Util Plugin | 24.2 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Returns true if they are equal in the given range.
SourceCount can be -2 to use array count - sourceIndex.
destIndex lets you pick where to start in the destination array.
Performs bounds checking and may raise an OutOfBoundsException.
See also:
- EqualsMBS(extends array1() as Boolean, array2() as Boolean, array1offset as Integer = 0, count as Integer = -2, array2offset as Integer = 0) as Boolean
- EqualsMBS(extends array1() as Color, array2() as Color, array1offset as Integer = 0, count as Integer = -2, array2offset as Integer = 0) as Boolean
- EqualsMBS(extends array1() as Currency, array2() as Currency, array1offset as Integer = 0, count as Integer = -2, array2offset as Integer = 0) as Boolean
- EqualsMBS(extends array1() as Double, array2() as Double, array1offset as Integer = 0, count as Integer = -2, array2offset as Integer = 0) as Boolean
- EqualsMBS(extends array1() as Int32, array2() as Int32, array1offset as Integer = 0, count as Integer = -2, array2offset as Integer = 0) as Boolean
- EqualsMBS(extends array1() as Int64, array2() as Int64, array1offset as Integer = 0, count as Integer = -2, array2offset as Integer = 0) as Boolean
- EqualsMBS(extends array1() as Ptr, array2() as Ptr, array1offset as Integer = 0, count as Integer = -2, array2offset as Integer = 0) as Boolean
- EqualsMBS(extends array1() as String, array2() as String, array1offset as Integer = 0, count as Integer = -2, array2offset as Integer = 0) as Boolean
- EqualsMBS(extends array1() as UInt32, array2() as UInt32, array1offset as Integer = 0, count as Integer = -2, array2offset as Integer = 0) as Boolean
- EqualsMBS(extends array1() as UInt64, array2() as UInt64, array1offset as Integer = 0, count as Integer = -2, array2offset as Integer = 0) as Boolean
SortMBS.EqualsMBS(extends array1() as String, array2() as String, array1offset as Integer = 0, count as Integer = -2, array2offset as Integer = 0) as Boolean
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | Sort | MBS Util Plugin | 24.2 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Returns true if they are equal in the given range.
SourceCount can be -2 to use array count - sourceIndex.
destIndex lets you pick where to start in the destination array.
Performs bounds checking and may raise an OutOfBoundsException.
See also:
- EqualsMBS(extends array1() as Boolean, array2() as Boolean, array1offset as Integer = 0, count as Integer = -2, array2offset as Integer = 0) as Boolean
- EqualsMBS(extends array1() as Color, array2() as Color, array1offset as Integer = 0, count as Integer = -2, array2offset as Integer = 0) as Boolean
- EqualsMBS(extends array1() as Currency, array2() as Currency, array1offset as Integer = 0, count as Integer = -2, array2offset as Integer = 0) as Boolean
- EqualsMBS(extends array1() as Double, array2() as Double, array1offset as Integer = 0, count as Integer = -2, array2offset as Integer = 0) as Boolean
- EqualsMBS(extends array1() as Int32, array2() as Int32, array1offset as Integer = 0, count as Integer = -2, array2offset as Integer = 0) as Boolean
- EqualsMBS(extends array1() as Int64, array2() as Int64, array1offset as Integer = 0, count as Integer = -2, array2offset as Integer = 0) as Boolean
- EqualsMBS(extends array1() as Ptr, array2() as Ptr, array1offset as Integer = 0, count as Integer = -2, array2offset as Integer = 0) as Boolean
- EqualsMBS(extends array1() as Single, array2() as Single, array1offset as Integer = 0, count as Integer = -2, array2offset as Integer = 0) as Boolean
- EqualsMBS(extends array1() as UInt32, array2() as UInt32, array1offset as Integer = 0, count as Integer = -2, array2offset as Integer = 0) as Boolean
- EqualsMBS(extends array1() as UInt64, array2() as UInt64, array1offset as Integer = 0, count as Integer = -2, array2offset as Integer = 0) as Boolean
SortMBS.EqualsMBS(extends array1() as UInt32, array2() as UInt32, array1offset as Integer = 0, count as Integer = -2, array2offset as Integer = 0) as Boolean
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | Sort | MBS Util Plugin | 24.2 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Returns true if they are equal in the given range.
SourceCount can be -2 to use array count - sourceIndex.
destIndex lets you pick where to start in the destination array.
Performs bounds checking and may raise an OutOfBoundsException.
See also:
- EqualsMBS(extends array1() as Boolean, array2() as Boolean, array1offset as Integer = 0, count as Integer = -2, array2offset as Integer = 0) as Boolean
- EqualsMBS(extends array1() as Color, array2() as Color, array1offset as Integer = 0, count as Integer = -2, array2offset as Integer = 0) as Boolean
- EqualsMBS(extends array1() as Currency, array2() as Currency, array1offset as Integer = 0, count as Integer = -2, array2offset as Integer = 0) as Boolean
- EqualsMBS(extends array1() as Double, array2() as Double, array1offset as Integer = 0, count as Integer = -2, array2offset as Integer = 0) as Boolean
- EqualsMBS(extends array1() as Int32, array2() as Int32, array1offset as Integer = 0, count as Integer = -2, array2offset as Integer = 0) as Boolean
- EqualsMBS(extends array1() as Int64, array2() as Int64, array1offset as Integer = 0, count as Integer = -2, array2offset as Integer = 0) as Boolean
- EqualsMBS(extends array1() as Ptr, array2() as Ptr, array1offset as Integer = 0, count as Integer = -2, array2offset as Integer = 0) as Boolean
- EqualsMBS(extends array1() as Single, array2() as Single, array1offset as Integer = 0, count as Integer = -2, array2offset as Integer = 0) as Boolean
- EqualsMBS(extends array1() as String, array2() as String, array1offset as Integer = 0, count as Integer = -2, array2offset as Integer = 0) as Boolean
- EqualsMBS(extends array1() as UInt64, array2() as UInt64, array1offset as Integer = 0, count as Integer = -2, array2offset as Integer = 0) as Boolean
SortMBS.EqualsMBS(extends array1() as UInt64, array2() as UInt64, array1offset as Integer = 0, count as Integer = -2, array2offset as Integer = 0) as Boolean
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | Sort | MBS Util Plugin | 24.2 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Returns true if they are equal in the given range.
SourceCount can be -2 to use array count - sourceIndex.
destIndex lets you pick where to start in the destination array.
Performs bounds checking and may raise an OutOfBoundsException.
See also:
- EqualsMBS(extends array1() as Boolean, array2() as Boolean, array1offset as Integer = 0, count as Integer = -2, array2offset as Integer = 0) as Boolean
- EqualsMBS(extends array1() as Color, array2() as Color, array1offset as Integer = 0, count as Integer = -2, array2offset as Integer = 0) as Boolean
- EqualsMBS(extends array1() as Currency, array2() as Currency, array1offset as Integer = 0, count as Integer = -2, array2offset as Integer = 0) as Boolean
- EqualsMBS(extends array1() as Double, array2() as Double, array1offset as Integer = 0, count as Integer = -2, array2offset as Integer = 0) as Boolean
- EqualsMBS(extends array1() as Int32, array2() as Int32, array1offset as Integer = 0, count as Integer = -2, array2offset as Integer = 0) as Boolean
- EqualsMBS(extends array1() as Int64, array2() as Int64, array1offset as Integer = 0, count as Integer = -2, array2offset as Integer = 0) as Boolean
- EqualsMBS(extends array1() as Ptr, array2() as Ptr, array1offset as Integer = 0, count as Integer = -2, array2offset as Integer = 0) as Boolean
- EqualsMBS(extends array1() as Single, array2() as Single, array1offset as Integer = 0, count as Integer = -2, array2offset as Integer = 0) as Boolean
- EqualsMBS(extends array1() as String, array2() as String, array1offset as Integer = 0, count as Integer = -2, array2offset as Integer = 0) as Boolean
- EqualsMBS(extends array1() as UInt32, array2() as UInt32, array1offset as Integer = 0, count as Integer = -2, array2offset as Integer = 0) as Boolean
SortMBS.ReverseMBS(extends theArray() as Boolean) New in 25.1
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | Sort | MBS Util Plugin | 25.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
See also:
- ReverseMBS(extends theArray() as Color)
- ReverseMBS(extends theArray() as Currency)
- ReverseMBS(extends theArray() as DateTime)
- ReverseMBS(extends theArray() as Double)
- ReverseMBS(extends theArray() as Int32)
- ReverseMBS(extends theArray() as Int64)
- ReverseMBS(extends theArray() as Object)
- ReverseMBS(extends theArray() as Single)
- ReverseMBS(extends theArray() as UInt32)
- ReverseMBS(extends theArray() as Variant)
SortMBS.ReverseMBS(extends theArray() as Color) New in 25.1
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | Sort | MBS Util Plugin | 25.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
See also:
- ReverseMBS(extends theArray() as Boolean)
- ReverseMBS(extends theArray() as Date)
- ReverseMBS(extends theArray() as DateTime)
- ReverseMBS(extends theArray() as Int32)
- ReverseMBS(extends theArray() as Int64)
- ReverseMBS(extends theArray() as Single)
- ReverseMBS(extends theArray() as String)
- ReverseMBS(extends theArray() as UInt32)
- ReverseMBS(extends theArray() as UInt64)
- ReverseMBS(extends theArray() as Variant)
SortMBS.ReverseMBS(extends theArray() as Currency) New in 25.1
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | Sort | MBS Util Plugin | 25.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
See also:
- ReverseMBS(extends theArray() as Boolean)
- ReverseMBS(extends theArray() as Color)
- ReverseMBS(extends theArray() as Date)
- ReverseMBS(extends theArray() as Double)
- ReverseMBS(extends theArray() as Int64)
- ReverseMBS(extends theArray() as Object)
- ReverseMBS(extends theArray() as Ptr)
- ReverseMBS(extends theArray() as Single)
- ReverseMBS(extends theArray() as UInt32)
- ReverseMBS(extends theArray() as UInt64)
SortMBS.ReverseMBS(extends theArray() as Date) New in 25.1
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | Sort | MBS Util Plugin | 25.1 | ✅ Yes | ✅ Yes | ✅ Yes | ❌ No | Desktop, Console & Web |
See also:
- ReverseMBS(extends theArray() as Boolean)
- ReverseMBS(extends theArray() as Color)
- ReverseMBS(extends theArray() as Currency)
- ReverseMBS(extends theArray() as Double)
- ReverseMBS(extends theArray() as Int32)
- ReverseMBS(extends theArray() as Object)
- ReverseMBS(extends theArray() as Ptr)
- ReverseMBS(extends theArray() as Single)
- ReverseMBS(extends theArray() as String)
- ReverseMBS(extends theArray() as UInt32)
SortMBS.ReverseMBS(extends theArray() as DateTime) New in 25.1
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | Sort | MBS Util Plugin | 25.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
See also:
- ReverseMBS(extends theArray() as Boolean)
- ReverseMBS(extends theArray() as Currency)
- ReverseMBS(extends theArray() as Date)
- ReverseMBS(extends theArray() as Int32)
- ReverseMBS(extends theArray() as Int64)
- ReverseMBS(extends theArray() as Ptr)
- ReverseMBS(extends theArray() as Single)
- ReverseMBS(extends theArray() as UInt32)
- ReverseMBS(extends theArray() as UInt64)
- ReverseMBS(extends theArray() as Variant)
SortMBS.ReverseMBS(extends theArray() as Double) New in 25.1
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | Sort | MBS Util Plugin | 25.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
See also:
- ReverseMBS(extends theArray() as Boolean)
- ReverseMBS(extends theArray() as Currency)
- ReverseMBS(extends theArray() as Date)
- ReverseMBS(extends theArray() as DateTime)
- ReverseMBS(extends theArray() as Int32)
- ReverseMBS(extends theArray() as Int64)
- ReverseMBS(extends theArray() as Object)
- ReverseMBS(extends theArray() as String)
- ReverseMBS(extends theArray() as UInt32)
- ReverseMBS(extends theArray() as Variant)
SortMBS.ReverseMBS(extends theArray() as Int32) New in 25.1
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | Sort | MBS Util Plugin | 25.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
See also:
- ReverseMBS(extends theArray() as Boolean)
- ReverseMBS(extends theArray() as Currency)
- ReverseMBS(extends theArray() as Date)
- ReverseMBS(extends theArray() as DateTime)
- ReverseMBS(extends theArray() as Double)
- ReverseMBS(extends theArray() as Object)
- ReverseMBS(extends theArray() as Ptr)
- ReverseMBS(extends theArray() as Single)
- ReverseMBS(extends theArray() as String)
- ReverseMBS(extends theArray() as Variant)
SortMBS.ReverseMBS(extends theArray() as Int64) New in 25.1
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | Sort | MBS Util Plugin | 25.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
See also:
- ReverseMBS(extends theArray() as Boolean)
- ReverseMBS(extends theArray() as Color)
- ReverseMBS(extends theArray() as Currency)
- ReverseMBS(extends theArray() as DateTime)
- ReverseMBS(extends theArray() as Double)
- ReverseMBS(extends theArray() as Int32)
- ReverseMBS(extends theArray() as Object)
- ReverseMBS(extends theArray() as Single)
- ReverseMBS(extends theArray() as UInt32)
- ReverseMBS(extends theArray() as Variant)
SortMBS.ReverseMBS(extends theArray() as Object) New in 25.1
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | Sort | MBS Util Plugin | 25.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
See also:
- ReverseMBS(extends theArray() as Boolean)
- ReverseMBS(extends theArray() as Color)
- ReverseMBS(extends theArray() as Date)
- ReverseMBS(extends theArray() as Int32)
- ReverseMBS(extends theArray() as Int64)
- ReverseMBS(extends theArray() as Single)
- ReverseMBS(extends theArray() as String)
- ReverseMBS(extends theArray() as UInt32)
- ReverseMBS(extends theArray() as UInt64)
- ReverseMBS(extends theArray() as Variant)
SortMBS.ReverseMBS(extends theArray() as Ptr) New in 25.1
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | Sort | MBS Util Plugin | 25.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
See also:
- ReverseMBS(extends theArray() as Boolean)
- ReverseMBS(extends theArray() as Color)
- ReverseMBS(extends theArray() as Currency)
- ReverseMBS(extends theArray() as DateTime)
- ReverseMBS(extends theArray() as Double)
- ReverseMBS(extends theArray() as Int32)
- ReverseMBS(extends theArray() as Int64)
- ReverseMBS(extends theArray() as String)
- ReverseMBS(extends theArray() as UInt32)
- ReverseMBS(extends theArray() as UInt64)
SortMBS.ReverseMBS(extends theArray() as Single) New in 25.1
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | Sort | MBS Util Plugin | 25.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
See also:
- ReverseMBS(extends theArray() as Boolean)
- ReverseMBS(extends theArray() as Currency)
- ReverseMBS(extends theArray() as Date)
- ReverseMBS(extends theArray() as DateTime)
- ReverseMBS(extends theArray() as Double)
- ReverseMBS(extends theArray() as Int64)
- ReverseMBS(extends theArray() as Object)
- ReverseMBS(extends theArray() as UInt32)
- ReverseMBS(extends theArray() as UInt64)
- ReverseMBS(extends theArray() as Variant)
SortMBS.ReverseMBS(extends theArray() as String) New in 25.1
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | Sort | MBS Util Plugin | 25.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
See also:
- ReverseMBS(extends theArray() as Color)
- ReverseMBS(extends theArray() as Currency)
- ReverseMBS(extends theArray() as Date)
- ReverseMBS(extends theArray() as DateTime)
- ReverseMBS(extends theArray() as Int32)
- ReverseMBS(extends theArray() as Int64)
- ReverseMBS(extends theArray() as Ptr)
- ReverseMBS(extends theArray() as Single)
- ReverseMBS(extends theArray() as UInt32)
- ReverseMBS(extends theArray() as UInt64)
SortMBS.ReverseMBS(extends theArray() as UInt32) New in 25.1
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | Sort | MBS Util Plugin | 25.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
See also:
- ReverseMBS(extends theArray() as Boolean)
- ReverseMBS(extends theArray() as Currency)
- ReverseMBS(extends theArray() as Date)
- ReverseMBS(extends theArray() as DateTime)
- ReverseMBS(extends theArray() as Int32)
- ReverseMBS(extends theArray() as Int64)
- ReverseMBS(extends theArray() as Ptr)
- ReverseMBS(extends theArray() as String)
- ReverseMBS(extends theArray() as UInt64)
- ReverseMBS(extends theArray() as Variant)
SortMBS.ReverseMBS(extends theArray() as UInt64) New in 25.1
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | Sort | MBS Util Plugin | 25.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
See also:
- ReverseMBS(extends theArray() as Date)
- ReverseMBS(extends theArray() as DateTime)
- ReverseMBS(extends theArray() as Double)
- ReverseMBS(extends theArray() as Int32)
- ReverseMBS(extends theArray() as Object)
- ReverseMBS(extends theArray() as Ptr)
- ReverseMBS(extends theArray() as Single)
- ReverseMBS(extends theArray() as String)
- ReverseMBS(extends theArray() as UInt32)
- ReverseMBS(extends theArray() as Variant)
SortMBS.ReverseMBS(extends theArray() as Variant) New in 25.1
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | Sort | MBS Util Plugin | 25.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
See also:
- ReverseMBS(extends theArray() as Color)
- ReverseMBS(extends theArray() as Currency)
- ReverseMBS(extends theArray() as Date)
- ReverseMBS(extends theArray() as Double)
- ReverseMBS(extends theArray() as Int32)
- ReverseMBS(extends theArray() as Object)
- ReverseMBS(extends theArray() as Ptr)
- ReverseMBS(extends theArray() as String)
- ReverseMBS(extends theArray() as UInt32)
- ReverseMBS(extends theArray() as UInt64)
SortMBS.SortArrayMBS(theArray() as Boolean, descending as boolean = false)
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | Sort | MBS Util Plugin | 24.0 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Does nothing for arrays with theArray.count < 2.
Pass true for descending to reverse the order.
See also:
- SortArrayMBS(theArray() as Color, descending as boolean = false)
- SortArrayMBS(theArray() as Currency, descending as boolean = false)
- SortArrayMBS(theArray() as DateTime, descending as boolean = false)
- SortArrayMBS(theArray() as Int32, theDelegate as SortVariantDelegateInt32MBS, descending as boolean = false)
- SortArrayMBS(theArray() as Int64, theDelegate as SortVariantDelegateInt64MBS, descending as boolean = false)
- SortArrayMBS(theArray() as Ptr, descending as boolean = false)
- SortArrayMBS(theArray() as String, theDelegate as SortVariantDelegateStringMBS, descending as boolean = false)
- SortArrayMBS(theArray() as UInt32, theDelegate as SortVariantDelegateUInt32MBS, descending as boolean = false)
- SortArrayMBS(theArray() as UInt64, theDelegate as SortVariantDelegateUInt64MBS, descending as boolean = false)
- SortArrayMBS(theArray() as Variant, theDelegate as SortVariantDelegateVariantMBS, descending as boolean = false)
SortMBS.SortArrayMBS(theArray() as Boolean, theDelegate as SortVariantDelegateBooleanMBS, descending as boolean = false)
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | Sort | MBS Util Plugin | 24.0 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Does nothing for arrays with theArray.count < 2.
Pass true for descending to reverse the order.
Your delegate should be fast and return 0 if both values are equal, 1 if first value is bigger or -1 if first value is smaller.
See also:
- SortArrayMBS(theArray() as Color, descending as boolean = false)
- SortArrayMBS(theArray() as Currency, theDelegate as SortVariantDelegateCurrencyMBS, descending as boolean = false)
- SortArrayMBS(theArray() as Date, descending as boolean = false)
- SortArrayMBS(theArray() as DateTime, theDelegate as SortVariantDelegateDateTimeMBS, descending as boolean = false)
- SortArrayMBS(theArray() as Double, theDelegate as SortVariantDelegateDoubleMBS, descending as boolean = false)
- SortArrayMBS(theArray() as Int32, descending as boolean = false)
- SortArrayMBS(theArray() as Int32, theDelegate as SortVariantDelegateInt32MBS, descending as boolean = false)
- SortArrayMBS(theArray() as String, descending as boolean = false)
- SortArrayMBS(theArray() as String, theDelegate as SortVariantDelegateStringMBS, descending as boolean = false)
- SortArrayMBS(theArray() as UInt32, descending as boolean = false)
SortMBS.SortArrayMBS(theArray() as Color, descending as boolean = false)
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | Sort | MBS Util Plugin | 24.0 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Does nothing for arrays with theArray.count < 2.
Pass true for descending to reverse the order.
See also:
- SortArrayMBS(theArray() as Currency, descending as boolean = false)
- SortArrayMBS(theArray() as Currency, theDelegate as SortVariantDelegateCurrencyMBS, descending as boolean = false)
- SortArrayMBS(theArray() as Double, theDelegate as SortVariantDelegateDoubleMBS, descending as boolean = false)
- SortArrayMBS(theArray() as Int32, theDelegate as SortVariantDelegateInt32MBS, descending as boolean = false)
- SortArrayMBS(theArray() as Int64, descending as boolean = false)
- SortArrayMBS(theArray() as String, descending as boolean = false)
- SortArrayMBS(theArray() as String, theDelegate as SortVariantDelegateStringMBS, descending as boolean = false)
- SortArrayMBS(theArray() as UInt32, theDelegate as SortVariantDelegateUInt32MBS, descending as boolean = false)
- SortArrayMBS(theArray() as UInt64, theDelegate as SortVariantDelegateUInt64MBS, descending as boolean = false)
- SortArrayMBS(theArray() as Variant, theDelegate as SortVariantDelegateVariantMBS, descending as boolean = false)
SortMBS.SortArrayMBS(theArray() as Color, theDelegate as SortVariantDelegateColorMBS, descending as boolean = false)
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | Sort | MBS Util Plugin | 24.0 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Does nothing for arrays with theArray.count < 2.
Pass true for descending to reverse the order.
Your delegate should be fast and return 0 if both values are equal, 1 if first value is bigger or -1 if first value is smaller.
See also:
- SortArrayMBS(theArray() as Boolean, theDelegate as SortVariantDelegateBooleanMBS, descending as boolean = false)
- SortArrayMBS(theArray() as Color, descending as boolean = false)
- SortArrayMBS(theArray() as DateTime, descending as boolean = false)
- SortArrayMBS(theArray() as Int32, descending as boolean = false)
- SortArrayMBS(theArray() as Int64, descending as boolean = false)
- SortArrayMBS(theArray() as Ptr, descending as boolean = false)
- SortArrayMBS(theArray() as Ptr, theDelegate as SortVariantDelegatePtrMBS, descending as boolean = false)
- SortArrayMBS(theArray() as Single, descending as boolean = false)
- SortArrayMBS(theArray() as UInt64, descending as boolean = false)
- SortArrayMBS(theArray() as UInt64, theDelegate as SortVariantDelegateUInt64MBS, descending as boolean = false)
SortMBS.SortArrayMBS(theArray() as Currency, descending as boolean = false)
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | Sort | MBS Util Plugin | 24.0 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Does nothing for arrays with theArray.count < 2.
Pass true for descending to reverse the order.
See also:
- SortArrayMBS(theArray() as Boolean, theDelegate as SortVariantDelegateBooleanMBS, descending as boolean = false)
- SortArrayMBS(theArray() as Color, theDelegate as SortVariantDelegateColorMBS, descending as boolean = false)
- SortArrayMBS(theArray() as Currency, theDelegate as SortVariantDelegateCurrencyMBS, descending as boolean = false)
- SortArrayMBS(theArray() as DateTime, descending as boolean = false)
- SortArrayMBS(theArray() as Double, theDelegate as SortVariantDelegateDoubleMBS, descending as boolean = false)
- SortArrayMBS(theArray() as Int32, descending as boolean = false)
- SortArrayMBS(theArray() as Int64, descending as boolean = false)
- SortArrayMBS(theArray() as Int64, theDelegate as SortVariantDelegateInt64MBS, descending as boolean = false)
- SortArrayMBS(theArray() as UInt32, descending as boolean = false)
- SortArrayMBS(theArray() as UInt64, descending as boolean = false)
SortMBS.SortArrayMBS(theArray() as Currency, theDelegate as SortVariantDelegateCurrencyMBS, descending as boolean = false)
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | Sort | MBS Util Plugin | 24.0 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Does nothing for arrays with theArray.count < 2.
Pass true for descending to reverse the order.
Your delegate should be fast and return 0 if both values are equal, 1 if first value is bigger or -1 if first value is smaller.
See also:
- SortArrayMBS(theArray() as Color, descending as boolean = false)
- SortArrayMBS(theArray() as Date, descending as boolean = false)
- SortArrayMBS(theArray() as DateTime, descending as boolean = false)
- SortArrayMBS(theArray() as Double, descending as boolean = false)
- SortArrayMBS(theArray() as Int64, descending as boolean = false)
- SortArrayMBS(theArray() as Int64, theDelegate as SortVariantDelegateInt64MBS, descending as boolean = false)
- SortArrayMBS(theArray() as Single, descending as boolean = false)
- SortArrayMBS(theArray() as String, descending as boolean = false)
- SortArrayMBS(theArray() as UInt32, descending as boolean = false)
- SortArrayMBS(theArray() as Variant, theDelegate as SortVariantDelegateVariantMBS, descending as boolean = false)
SortMBS.SortArrayMBS(theArray() as Date, descending as boolean = false)
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | Sort | MBS Util Plugin | 24.0 | ✅ Yes | ✅ Yes | ✅ Yes | ❌ No | Desktop, Console & Web |
Does nothing for arrays with theArray.count < 2.
Pass true for descending to reverse the order.
See also:
- SortArrayMBS(theArray() as Boolean, descending as boolean = false)
- SortArrayMBS(theArray() as Boolean, theDelegate as SortVariantDelegateBooleanMBS, descending as boolean = false)
- SortArrayMBS(theArray() as Currency, theDelegate as SortVariantDelegateCurrencyMBS, descending as boolean = false)
- SortArrayMBS(theArray() as DateTime, descending as boolean = false)
- SortArrayMBS(theArray() as Int32, descending as boolean = false)
- SortArrayMBS(theArray() as Int32, theDelegate as SortVariantDelegateInt32MBS, descending as boolean = false)
- SortArrayMBS(theArray() as Ptr, descending as boolean = false)
- SortArrayMBS(theArray() as Ptr, theDelegate as SortVariantDelegatePtrMBS, descending as boolean = false)
- SortArrayMBS(theArray() as Single, descending as boolean = false)
- SortArrayMBS(theArray() as UInt64, descending as boolean = false)
SortMBS.SortArrayMBS(theArray() as DateTime, descending as boolean = false)
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | Sort | MBS Util Plugin | 24.0 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Does nothing for arrays with theArray.count < 2.
Pass true for descending to reverse the order.
See also:
- SortArrayMBS(theArray() as Boolean, theDelegate as SortVariantDelegateBooleanMBS, descending as boolean = false)
- SortArrayMBS(theArray() as Color, theDelegate as SortVariantDelegateColorMBS, descending as boolean = false)
- SortArrayMBS(theArray() as Currency, descending as boolean = false)
- SortArrayMBS(theArray() as Currency, theDelegate as SortVariantDelegateCurrencyMBS, descending as boolean = false)
- SortArrayMBS(theArray() as DateTime, theDelegate as SortVariantDelegateDateTimeMBS, descending as boolean = false)
- SortArrayMBS(theArray() as Int64, theDelegate as SortVariantDelegateInt64MBS, descending as boolean = false)
- SortArrayMBS(theArray() as String, theDelegate as SortVariantDelegateStringMBS, descending as boolean = false)
- SortArrayMBS(theArray() as UInt32, descending as boolean = false)
- SortArrayMBS(theArray() as UInt32, theDelegate as SortVariantDelegateUInt32MBS, descending as boolean = false)
- SortArrayMBS(theArray() as UInt64, theDelegate as SortVariantDelegateUInt64MBS, descending as boolean = false)
SortMBS.SortArrayMBS(theArray() as DateTime, theDelegate as SortVariantDelegateDateTimeMBS, descending as boolean = false)
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | Sort | MBS Util Plugin | 24.0 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Does nothing for arrays with theArray.count < 2.
Pass true for descending to reverse the order.
Your delegate should be fast and return 0 if both values are equal, 1 if first value is bigger or -1 if first value is smaller.
See also:
- SortArrayMBS(theArray() as Boolean, descending as boolean = false)
- SortArrayMBS(theArray() as Currency, descending as boolean = false)
- SortArrayMBS(theArray() as Date, descending as boolean = false)
- SortArrayMBS(theArray() as DateTime, descending as boolean = false)
- SortArrayMBS(theArray() as Double, descending as boolean = false)
- SortArrayMBS(theArray() as Double, theDelegate as SortVariantDelegateDoubleMBS, descending as boolean = false)
- SortArrayMBS(theArray() as Single, descending as boolean = false)
- SortArrayMBS(theArray() as Single, theDelegate as SortVariantDelegateSingleMBS, descending as boolean = false)
- SortArrayMBS(theArray() as String, theDelegate as SortVariantDelegateStringMBS, descending as boolean = false)
- SortArrayMBS(theArray() as UInt32, descending as boolean = false)
SortMBS.SortArrayMBS(theArray() as Double, descending as boolean = false)
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | Sort | MBS Util Plugin | 24.0 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Does nothing for arrays with theArray.count < 2.
Pass true for descending to reverse the order.
See also:
- SortArrayMBS(theArray() as Boolean, descending as boolean = false)
- SortArrayMBS(theArray() as Color, theDelegate as SortVariantDelegateColorMBS, descending as boolean = false)
- SortArrayMBS(theArray() as Currency, descending as boolean = false)
- SortArrayMBS(theArray() as DateTime, descending as boolean = false)
- SortArrayMBS(theArray() as Int32, theDelegate as SortVariantDelegateInt32MBS, descending as boolean = false)
- SortArrayMBS(theArray() as Ptr, descending as boolean = false)
- SortArrayMBS(theArray() as Ptr, theDelegate as SortVariantDelegatePtrMBS, descending as boolean = false)
- SortArrayMBS(theArray() as Single, descending as boolean = false)
- SortArrayMBS(theArray() as String, descending as boolean = false)
- SortArrayMBS(theArray() as UInt32, descending as boolean = false)
SortMBS.SortArrayMBS(theArray() as Double, theDelegate as SortVariantDelegateDoubleMBS, descending as boolean = false)
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | Sort | MBS Util Plugin | 24.0 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Does nothing for arrays with theArray.count < 2.
Pass true for descending to reverse the order.
Your delegate should be fast and return 0 if both values are equal, 1 if first value is bigger or -1 if first value is smaller.
See also:
- SortArrayMBS(theArray() as Boolean, descending as boolean = false)
- SortArrayMBS(theArray() as Date, descending as boolean = false)
- SortArrayMBS(theArray() as DateTime, theDelegate as SortVariantDelegateDateTimeMBS, descending as boolean = false)
- SortArrayMBS(theArray() as Int32, theDelegate as SortVariantDelegateInt32MBS, descending as boolean = false)
- SortArrayMBS(theArray() as Int64, theDelegate as SortVariantDelegateInt64MBS, descending as boolean = false)
- SortArrayMBS(theArray() as Ptr, theDelegate as SortVariantDelegatePtrMBS, descending as boolean = false)
- SortArrayMBS(theArray() as Single, descending as boolean = false)
- SortArrayMBS(theArray() as String, descending as boolean = false)
- SortArrayMBS(theArray() as UInt64, descending as boolean = false)
- SortArrayMBS(theArray() as UInt64, theDelegate as SortVariantDelegateUInt64MBS, descending as boolean = false)
SortMBS.SortArrayMBS(theArray() as Int32, descending as boolean = false)
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | Sort | MBS Util Plugin | 24.0 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Does nothing for arrays with theArray.count < 2.
Pass true for descending to reverse the order.
See also:
- SortArrayMBS(theArray() as Boolean, descending as boolean = false)
- SortArrayMBS(theArray() as Boolean, theDelegate as SortVariantDelegateBooleanMBS, descending as boolean = false)
- SortArrayMBS(theArray() as Color, theDelegate as SortVariantDelegateColorMBS, descending as boolean = false)
- SortArrayMBS(theArray() as Date, descending as boolean = false)
- SortArrayMBS(theArray() as Int32, theDelegate as SortVariantDelegateInt32MBS, descending as boolean = false)
- SortArrayMBS(theArray() as Ptr, descending as boolean = false)
- SortArrayMBS(theArray() as Single, theDelegate as SortVariantDelegateSingleMBS, descending as boolean = false)
- SortArrayMBS(theArray() as UInt32, descending as boolean = false)
- SortArrayMBS(theArray() as UInt64, descending as boolean = false)
- SortArrayMBS(theArray() as Variant, theDelegate as SortVariantDelegateVariantMBS, descending as boolean = false)
SortMBS.SortArrayMBS(theArray() as Int32, theDelegate as SortVariantDelegateInt32MBS, descending as boolean = false)
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | Sort | MBS Util Plugin | 24.0 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Does nothing for arrays with theArray.count < 2.
Pass true for descending to reverse the order.
Your delegate should be fast and return 0 if both values are equal, 1 if first value is bigger or -1 if first value is smaller.
See also:
- SortArrayMBS(theArray() as Color, theDelegate as SortVariantDelegateColorMBS, descending as boolean = false)
- SortArrayMBS(theArray() as Currency, descending as boolean = false)
- SortArrayMBS(theArray() as Currency, theDelegate as SortVariantDelegateCurrencyMBS, descending as boolean = false)
- SortArrayMBS(theArray() as Double, descending as boolean = false)
- SortArrayMBS(theArray() as Int32, descending as boolean = false)
- SortArrayMBS(theArray() as Int64, descending as boolean = false)
- SortArrayMBS(theArray() as Int64, theDelegate as SortVariantDelegateInt64MBS, descending as boolean = false)
- SortArrayMBS(theArray() as String, descending as boolean = false)
- SortArrayMBS(theArray() as UInt64, theDelegate as SortVariantDelegateUInt64MBS, descending as boolean = false)
- SortArrayMBS(theArray() as Variant, theDelegate as SortVariantDelegateVariantMBS, descending as boolean = false)
SortMBS.SortArrayMBS(theArray() as Int64, descending as boolean = false)
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | Sort | MBS Util Plugin | 24.0 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Does nothing for arrays with theArray.count < 2.
Pass true for descending to reverse the order.
See also:
- SortArrayMBS(theArray() as Color, descending as boolean = false)
- SortArrayMBS(theArray() as Currency, theDelegate as SortVariantDelegateCurrencyMBS, descending as boolean = false)
- SortArrayMBS(theArray() as Date, descending as boolean = false)
- SortArrayMBS(theArray() as DateTime, theDelegate as SortVariantDelegateDateTimeMBS, descending as boolean = false)
- SortArrayMBS(theArray() as Int32, descending as boolean = false)
- SortArrayMBS(theArray() as Int64, theDelegate as SortVariantDelegateInt64MBS, descending as boolean = false)
- SortArrayMBS(theArray() as Ptr, descending as boolean = false)
- SortArrayMBS(theArray() as Single, descending as boolean = false)
- SortArrayMBS(theArray() as String, descending as boolean = false)
- SortArrayMBS(theArray() as String, theDelegate as SortVariantDelegateStringMBS, descending as boolean = false)
SortMBS.SortArrayMBS(theArray() as Int64, theDelegate as SortVariantDelegateInt64MBS, descending as boolean = false)
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | Sort | MBS Util Plugin | 24.0 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Does nothing for arrays with theArray.count < 2.
Pass true for descending to reverse the order.
Your delegate should be fast and return 0 if both values are equal, 1 if first value is bigger or -1 if first value is smaller.
See also:
- SortArrayMBS(theArray() as Boolean, theDelegate as SortVariantDelegateBooleanMBS, descending as boolean = false)
- SortArrayMBS(theArray() as Date, descending as boolean = false)
- SortArrayMBS(theArray() as DateTime, theDelegate as SortVariantDelegateDateTimeMBS, descending as boolean = false)
- SortArrayMBS(theArray() as Int32, theDelegate as SortVariantDelegateInt32MBS, descending as boolean = false)
- SortArrayMBS(theArray() as Ptr, descending as boolean = false)
- SortArrayMBS(theArray() as Ptr, theDelegate as SortVariantDelegatePtrMBS, descending as boolean = false)
- SortArrayMBS(theArray() as String, descending as boolean = false)
- SortArrayMBS(theArray() as String, theDelegate as SortVariantDelegateStringMBS, descending as boolean = false)
- SortArrayMBS(theArray() as UInt32, descending as boolean = false)
- SortArrayMBS(theArray() as UInt32, theDelegate as SortVariantDelegateUInt32MBS, descending as boolean = false)
SortMBS.SortArrayMBS(theArray() as Ptr, descending as boolean = false)
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | Sort | MBS Util Plugin | 24.0 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Does nothing for arrays with theArray.count < 2.
Pass true for descending to reverse the order.
See also:
- SortArrayMBS(theArray() as Color, descending as boolean = false)
- SortArrayMBS(theArray() as Color, theDelegate as SortVariantDelegateColorMBS, descending as boolean = false)
- SortArrayMBS(theArray() as Currency, theDelegate as SortVariantDelegateCurrencyMBS, descending as boolean = false)
- SortArrayMBS(theArray() as Date, descending as boolean = false)
- SortArrayMBS(theArray() as Double, theDelegate as SortVariantDelegateDoubleMBS, descending as boolean = false)
- SortArrayMBS(theArray() as Int32, theDelegate as SortVariantDelegateInt32MBS, descending as boolean = false)
- SortArrayMBS(theArray() as Single, theDelegate as SortVariantDelegateSingleMBS, descending as boolean = false)
- SortArrayMBS(theArray() as String, theDelegate as SortVariantDelegateStringMBS, descending as boolean = false)
- SortArrayMBS(theArray() as UInt64, descending as boolean = false)
- SortArrayMBS(theArray() as UInt64, theDelegate as SortVariantDelegateUInt64MBS, descending as boolean = false)
SortMBS.SortArrayMBS(theArray() as Ptr, theDelegate as SortVariantDelegatePtrMBS, descending as boolean = false)
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | Sort | MBS Util Plugin | 24.0 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Does nothing for arrays with theArray.count < 2.
Pass true for descending to reverse the order.
Your delegate should be fast and return 0 if both values are equal, 1 if first value is bigger or -1 if first value is smaller.
See also:
- SortArrayMBS(theArray() as Boolean, theDelegate as SortVariantDelegateBooleanMBS, descending as boolean = false)
- SortArrayMBS(theArray() as Color, theDelegate as SortVariantDelegateColorMBS, descending as boolean = false)
- SortArrayMBS(theArray() as Currency, theDelegate as SortVariantDelegateCurrencyMBS, descending as boolean = false)
- SortArrayMBS(theArray() as Double, theDelegate as SortVariantDelegateDoubleMBS, descending as boolean = false)
- SortArrayMBS(theArray() as Int32, descending as boolean = false)
- SortArrayMBS(theArray() as Int64, descending as boolean = false)
- SortArrayMBS(theArray() as Single, descending as boolean = false)
- SortArrayMBS(theArray() as Single, theDelegate as SortVariantDelegateSingleMBS, descending as boolean = false)
- SortArrayMBS(theArray() as String, theDelegate as SortVariantDelegateStringMBS, descending as boolean = false)
- SortArrayMBS(theArray() as Variant, theDelegate as SortVariantDelegateVariantMBS, descending as boolean = false)
SortMBS.SortArrayMBS(theArray() as Single, descending as boolean = false)
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | Sort | MBS Util Plugin | 24.0 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Does nothing for arrays with theArray.count < 2.
Pass true for descending to reverse the order.
See also:
- SortArrayMBS(theArray() as Color, descending as boolean = false)
- SortArrayMBS(theArray() as DateTime, descending as boolean = false)
- SortArrayMBS(theArray() as Int32, descending as boolean = false)
- SortArrayMBS(theArray() as Ptr, descending as boolean = false)
- SortArrayMBS(theArray() as Single, theDelegate as SortVariantDelegateSingleMBS, descending as boolean = false)
- SortArrayMBS(theArray() as String, descending as boolean = false)
- SortArrayMBS(theArray() as UInt32, descending as boolean = false)
- SortArrayMBS(theArray() as UInt64, descending as boolean = false)
- SortArrayMBS(theArray() as UInt64, theDelegate as SortVariantDelegateUInt64MBS, descending as boolean = false)
- SortArrayMBS(theArray() as Variant, theDelegate as SortVariantDelegateVariantMBS, descending as boolean = false)
SortMBS.SortArrayMBS(theArray() as Single, theDelegate as SortVariantDelegateSingleMBS, descending as boolean = false)
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | Sort | MBS Util Plugin | 24.0 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Does nothing for arrays with theArray.count < 2.
Pass true for descending to reverse the order.
Your delegate should be fast and return 0 if both values are equal, 1 if first value is bigger or -1 if first value is smaller.
See also:
- SortArrayMBS(theArray() as Boolean, theDelegate as SortVariantDelegateBooleanMBS, descending as boolean = false)
- SortArrayMBS(theArray() as Color, theDelegate as SortVariantDelegateColorMBS, descending as boolean = false)
- SortArrayMBS(theArray() as Date, descending as boolean = false)
- SortArrayMBS(theArray() as Int64, theDelegate as SortVariantDelegateInt64MBS, descending as boolean = false)
- SortArrayMBS(theArray() as Ptr, descending as boolean = false)
- SortArrayMBS(theArray() as Ptr, theDelegate as SortVariantDelegatePtrMBS, descending as boolean = false)
- SortArrayMBS(theArray() as UInt32, descending as boolean = false)
- SortArrayMBS(theArray() as UInt64, descending as boolean = false)
- SortArrayMBS(theArray() as UInt64, theDelegate as SortVariantDelegateUInt64MBS, descending as boolean = false)
- SortArrayMBS(theArray() as Variant, theDelegate as SortVariantDelegateVariantMBS, descending as boolean = false)
SortMBS.SortArrayMBS(theArray() as String, descending as boolean = false)
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | Sort | MBS Util Plugin | 24.0 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Does nothing for arrays with theArray.count < 2.
Pass true for descending to reverse the order.
See also NSStringArraySortMBS function.
See also:
- SortArrayMBS(theArray() as Boolean, descending as boolean = false)
- SortArrayMBS(theArray() as Color, descending as boolean = false)
- SortArrayMBS(theArray() as Color, theDelegate as SortVariantDelegateColorMBS, descending as boolean = false)
- SortArrayMBS(theArray() as Currency, descending as boolean = false)
- SortArrayMBS(theArray() as DateTime, theDelegate as SortVariantDelegateDateTimeMBS, descending as boolean = false)
- SortArrayMBS(theArray() as Double, descending as boolean = false)
- SortArrayMBS(theArray() as Int32, descending as boolean = false)
- SortArrayMBS(theArray() as Ptr, descending as boolean = false)
- SortArrayMBS(theArray() as Ptr, theDelegate as SortVariantDelegatePtrMBS, descending as boolean = false)
- SortArrayMBS(theArray() as Single, descending as boolean = false)
The items on this page are in the following plugins: MBS Util Plugin.