Siebel VB Language Reference > Quick Reference for Siebel VB Methods > Error Handling Methods >

Arrays Quick Reference


The following table lists methods for manipulating arrays.

Statement
Purpose
Reference

Erase

Erases the contents of an array.

Erase Array Method

LBound

Gets the lower boundary of an array.

Get Array Lower Boundary Method

Option Base

Specifies the default lower boundary to use for an array.

Set Array Lower Boundary Method

ReDim

Declares an array and reallocates memory.

Declare Array Method

UBound

Gets the upper boundary of an array.

Get Array Upper Boundary Method

Siebel VB Language Reference Copyright © 2015, Oracle and/or its affiliates. All rights reserved. Legal Notices.