Section A.1. Array Handling


A.1. Array Handling

Element

Description

Array Class

Represents an array

Array.BinarySearch Method

Searches for a value in a sorted one-dimensional array

Array.Copy Method

Copies all or part of an array

Array.IndexOf Method

Searches for the first occurrence of a value in an unsorted one-dimensional array

Array.LastIndexOf Method

Searches for the last occurrence of a value in an unsorted one-dimensional array

Array.Reverse Method

Reverses the order of elements in an array dimension

Array.Sort Method

Sorts the elements of an array dimension

Erase Statement

Resets an array to its uninitialized state

IsArray Function

Indicates whether a variable is an array

Join Function

Concatenates an array of values into a delimited string

LBound Function

Returns the lower boundary of an array

ReDim Statement

Adjusts the bounds of an array dimension

UBound Function

Returns the upper boundary of an array

VBFixedArray Attribute

Defines a fixed-length array





Visual Basic 2005(c) In a Nutshell
Visual Basic 2005 in a Nutshell (In a Nutshell (OReilly))
ISBN: 059610152X
EAN: 2147483647
Year: 2004
Pages: 712

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net