LIST LIBRARY

From Lianjapedia
Jump to: navigation, search

Purpose

Display the currently active procedure libraries

Syntax

LIST LIBRARY

[TO FILE <.txt filename> | (<expC>)]

See Also

CLOSE CLASSLIB, CLOSE PROCEDURE, DISPLAY PROCEDURE, DISPLAY STATUS, FUNCTION, FUNCTION_EXISTS(), Lianja System Object, LIST CLASSES, LIST PROCEDURE, LOADLIBRARY(), PROCEDURE, REQUIRE(), REQUIRE_ONCE(), SET CLASSLIB, SET PROCEDURE, TYPE()

Description

The LIST LIBRARY command displays on screen the currently active procedure libraries.

Keyword Description
TO <file> The display output will be sent to the specified file. The filename can be substituted with a <expC>, enclosed in round brackets, which returns a valid filename. If no file extension is specified, then ".txt" will be used.

Example

set procedure to fetchcustomerlib
Lianja.loadlibrary(fullpath("chartlib.prg"))
list library
list library to file libs.txt