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 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). |
| 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). |
© 2025 Better Solutions Limited. All Rights Reserved. © 2025 Better Solutions Limited TopPrevNext