Array Functions
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 the text string containing the elements in an array (String). |
LBOUND | Returns the smallest subscript in a given dimension of an array (Long). |
REDIM | Redefines the dimensions of an array. |
SPLIT | Returns the array containing a specified number of substrings (Variant). |
UBOUND | Returns the largest subscript in a given dimension of an array (Long). |
© 2021 Better Solutions Limited. All Rights Reserved. © 2021 Better Solutions Limited TopPrevNext