Search here for all the info you want in this Blog

Array Functions


q VBScript supports the following commonly used array functions:
q Array(vArg1, vArg2, ...) - Creates a new array and returns a scalar reference of the new array
q IsArray(vVariant) - Returns a Boolean value that indicates whether a specified variable is an array
q Join(aArray) - Returns a string that consists of a number of substrings in an array
q LBound(aArray) - Returns the smallest subscript for the indicated dimension of an array
q Split(sString, sDelimiter) - Returns a zero-based, one-dimensional array that contains a specified number of substrings
q UBound(aArray) - Returns the largest subscript for the indicated dimension of an array 

No comments:

Post a Comment