Siebel VB Language Reference > Quick Reference: VB Statements and Functions >

Arrays in VB


The following functions and statements are used for manipulating arrays.

Function or Statement
Purpose
For More Information

Erase

Reinitializes the contents of an array

Erase Statement

LBound

Returns the lower bound of an array's dimension

LBound Function

ReDim

Declares dynamic arrays and reallocates memory

ReDim Statement

UBound

Returns the upper bound of an array's dimension

UBound Function

Siebel VB Language Reference