Difference between revisions of "RELEASE CLASSLIB"

From Lianjapedia
Jump to: navigation, search
(Created page with "==Purpose== Close one or more class library files ==Syntax== RELEASE CLASSLIB [<filename> | (<expC>)] ==See Also== CLOSE, CLOSE ALL, CLOSE CLASSLIB, [[CLOSE DATA...")
 
 
Line 22: Line 22:
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Commands]]
 
[[Category:Commands]]
[[Cateogory:Objects]]
+
[[Category:Objects]]

Latest revision as of 13:21, 4 January 2013

Purpose

Close one or more class library files

Syntax

RELEASE CLASSLIB [<filename> | (<expC>)]

See Also

CLOSE, CLOSE ALL, CLOSE CLASSLIB, CLOSE DATABASES, DO, SET CLASSLIB, SET PROCEDURE

Description

The RELEASE CLASSLIB command closes the specified class library file, or if no filename is specified, all currently open class libraries. The <filename> can be substituted with a <expC>, enclosed in round brackets, which returns a valid filename. The <filename> is assumed to have a '.vcp' extension unless otherwise stated.

Example

set classlib to myclasses
set classlib to sharedclasses additive
release classlib sharedclasses
release classlib