Arrays
To create an array, you specify one or more subscripts when you declare the array or when the Declare Array method redimensions the array. A subscript specifies the beginning and ending index for each dimension. If you specify only an ending index, then the beginning index depends on the Set Array Lower Boundary method. To reference an array element, you enclose each index value in parentheses after the array name. For example, the following format describes an array that includes three dimensions:
arrayName(i,j,k)
You can use an array with the following data types:
Number
String
Variant
Record
Object
Siebel VB does not support the following items:
An array of arrays
Dialog box records
Dialog box objects
For more information, see the following topics:
For examples that use arrays, see the following topics: