BBjAPI::getProgramInfo

Description

In BBj 6.0 and higher, this method returns a BBjProgramInfo object that provides programmatic access to information about a program.

Syntax

Return Value Method
BBjProgramInfo getProgramInfo(string filename)

Parameters

Parameter Description
filename Specifies the name of any program that can be loaded in BBj.

Return Value

Returns a BBjProgramInfo object.

Remarks

None.

Example

rem 'Create a BBjProgramInfo object.

Hello!=BBjAPI().getProgramInfo("Hello.bbj")

See Also

BBjAPI

Object Variables

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