Array Functions

FunctionDescription
ArrayReturns a variant containing an array
FilterReturns a zero-based array that contains a subset of a string array based on a filter criteria
IsArrayReturns a Boolean value that indicates whether a specified variable is an array
JoinReturns a string that consists of a number of substrings in an array
LboundReturns the smallest subscript for the indicated dimension of an array
SplitReturns a zero-based, one-dimensional array that contains a specified number of substrings
UboundReturns the largest subscript for the indicated dimension of an array