Arrays
 
 
 
 
Arrays / Declaration & Creation
 
 
Dim Declare Variables, Pointers, Arrays and User Defined Types.
MakeArray Declare a Redirection / Pointer Array stub
ReDim Resize any array without changing it's contents
 
 
Arrays / Deletion
 
 
FreeCell Free a cell (element) within an array
UnDim Release the memory an array uses
UnDimAll Release ALL arrays from memory
 
 
Arrays / Handles
 
 
DeleteArray Delete a Pointer Arrays redirection
GetArray Get the ArrayIndexPointer of a selected array
SetArray Set Redirect Array to use another Arrays data
 
 
Arrays / Properties
 
 
GetArrayDimensions Get Number of Array Dimensions.
GetArrayElements Returns the current size (number of elements) in an array
GetArrayStatus Check if array has been dimensioned
 
 
Arrays / Using Functions
 
 
ArrayElementAddresses Understanding Array Element Addresses
 
 
Arrays / Clearing
 
 
ClearArray Fill an entire array with a value or string.
ClearArrayCells Clear a section within an array with a value or string.
 
 
Arrays / Copying
 
 
CopyArray Copy an entire array to another array
CopyArrayCells Copy elements from one array to another
 
 
Arrays / Searching
 
 
FindArrayCell Search for a Value or String within an array
GetFreeCell Locate a Free a cell within an array
SearchHighestArrayCell Search for the highest value in an array
SearchLowestArrayCell Search for the lowest value in an array
 
 
Arrays / Sorting
 
 
SortArray Sort 1D arrays into ascending order
 
 
Arrays / Split Delimited Strings
 
 
SplitToArray Split a string to an array
 
 
Arrays / Move & Swapping
 
 
MoveArray Move the data from one array to another
SwapArray Swap the data held in two arrays
 
 


(c) Copyright 2002 - 2024 - Kevin Picone - PlayBASIC.com