BBjFileSystem::getAddrCount

Description

In BBj 2.01 and higher, this method returns the number of public programs loaded into memory as resident programs via the ADDR verb.

Syntax

Return Value

Method

int

getAddrCount()

Parameters

None.

Return Value

Returns the number of public programs loaded into memory as resident programs.

Remarks

None.

Example

rem 'Obtain the instance of the BBjFileSystem object

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

rem 'Obtain the instance of the BBjFileSystem object
let myFileSystem! = myAPI!.getFileSystem()
PRINT "Resident Program Number: ",
PRINT myFileSystem!.getAddrCount()

See Also

BBjAPI

BBjSysGui

ADDR Verb - Load Public Program as Resident

DROP Verb - Release Memory-Resident Public Program

Object Variables

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