User Manual

Define
Catalog >
Note: See also Define LibPriv, page 37, and
Define LibPub, page 37.
Define LibPriv
Catalog >
Define LibPriv Var = Expression
Define LibPriv Function(Param1, Param2,
...) = Expression
Define LibPriv Function(Param1, Param2,
...) = Func
Block
EndFunc
Define LibPriv Program(Param1, Param2,
...) = Prgm
Block
EndPrgm
Operates the same as Define, except defines
a private library variable, function, or
program. Private functions and programs do
not appear in the Catalog.
Note: See also Define, page 35, and Define
LibPub, page 37.
Define LibPub
Catalog >
Define LibPub Var = Expression
Define LibPub Function(Param1, Param2,
...) = Expression
Define LibPub Function(Param1, Param2,
...) = Func
Block
EndFunc
Define LibPub Program(Param1, Param2,
...) = Prgm
Block
EndPrgm
Operates the same as Define, except defines
a public library variable, function, or
program. Public functions and programs
appear in the Catalog after the library has
been saved and refreshed.
Alphabetical Listing 37