Array Functions

ARRAYReturns the array containing the given values (Variant).
ERASEReinitialises the elements of an array.
FILTERReturns an array containing a subset of a string array based on a filter criteria (Variant).
ISARRAYReturns the value indicating if an expression is an array (Boolean).
JOINReturns a text string containing all the elements in an array (String).
LBOUNDReturns the lower limit in a given dimension of an array (Long).
REDIMRedefines the dimensions of an array.
SPLITReturns an array containing a specified number of substrings (Variant).
UBOUNDReturns the upper limit in a given dimension of an array (Long).
ARRAY
Returns the array containing the given values (Variant).
ERASE
Reinitialises the elements of an array.
FILTER
Returns an array containing a subset of a string array based on a filter criteria (Variant).
ISARRAY
Returns the value indicating if an expression is an array (Boolean).
JOIN
Returns a text string containing all the elements in an array (String).
LBOUND
Returns the lower limit in a given dimension of an array (Long).
REDIM
Redefines the dimensions of an array.
SPLIT
Returns an array containing a specified number of substrings (Variant).
UBOUND
Returns the upper limit in a given dimension of an array (Long).

© 2024 Better Solutions Limited. All Rights Reserved. © 2024 Better Solutions Limited TopPrevNext