0% found this document useful (0 votes)
28 views1 page

Word

This document describes several array functions in Visual Basic: Function Description returns an array containing a variant, Filter returns a subset of a string array based on criteria, IsArray checks if a variable is an array, Join combines substrings into a string, LBound returns the smallest array subscript, Split returns substrings as an array, and UBound returns the largest array subscript.

Uploaded by

Pankaj Mudgal
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
28 views1 page

Word

This document describes several array functions in Visual Basic: Function Description returns an array containing a variant, Filter returns a subset of a string array based on criteria, IsArray checks if a variable is an array, Join combines substrings into a string, LBound returns the smallest array subscript, Split returns substrings as an array, and UBound returns the largest array subscript.

Uploaded by

Pankaj Mudgal
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 1

Function Description Array Returns a variant containing an array Filter Returns a zero-

based array that contains a subset of a string array based on a filter criteria IsArray
Returns a Boolean value that indicates whether a specified variable is an array Join
Returns a string that consists of a number of substrings in an array

LBound Returns the smallest subscript for the indicated dimension of an array Split
Returns a zero-based, one-dimensional array that contains a specified number of
substrings UBound Returns the largest subscript for the indicated dimension of an array.

Hello

You might also like