BBjAPI::makeVector

Description

Creates a BBjVector object, which is a single dimensional array that maintains a list of objects and sizes to fit dynamically the number of objects added.

Syntax

Return Value

Method

BBjVector

makeVector()

Parameters

None.

Return Value

Returns a BBjVector object.

Remarks

None.

Example

rem 'Create an instance of a BBjVector object

rem 'Obtain the instance of the BBjAPI object
let myAPI! = BBjAPI()

rem 'Create an instance of the BBjVector object
let myVector! = myAPI!.makeVector()

See Also

BBjAPI

See the BBj Object Diagram for an illustration of the relationship between BBj Objects.