BBjProgramInfo::getListingVector
Description
In BBj 6.0 and higher, this method returns a BBjVector of strings containing the complete listing for a program referenced by a BBjProgramInfo object.
Syntax
Return Value |
Method |
---|---|
getListingVector() |
Parameters
None.
Return Value
Returns the program listing for a BBjProgramInfo object as a BBjVector of Strings, one for each line in the program.
Remarks
If the underlying program is protected, this method throws an !ERROR=62 (Protected Program).
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.