Documentation

Array - Open Dev Kit Documentation

Open Dev Kit Documentation :: General :: Array

Root.Array
List of entry items

Functions

Size ( Array Variant ) Integer
Returns the size of the array
Merge ( Array Or Item 1 Variant, Array Or Item 2 Variant ) Variant
Merges two arrays or items to one
Mid ( Array Variant, Offset Integer, Items Integer ) Variant
Returns a portion of the array
Contains ( Array Variant, Item Variant ) Boolean
Checks if the array contains a specific item
Search ( Array Variant, Item Variant ) Integer
Searches for an item's index in the array
Sort ( Array Variant, Order Integer, Ascending Boolean, Method Array Sort Method ) Variant Array
Sorts the array

If you think anything is missing, please feel free to: submit documentation feedback on this page