Application Guide

48 Alphabetical Listing
Define LibPriv
Catalog >
...) = 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 46, and Define
LibPub, page 48.
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.
Note: See also Define, page 46, and Define
LibPriv, page 47.
deltaList()
See ΔList(), page 104.
deltaTmpCnv()
See ΔtmpCnv(), page 190.