Difference between revisions of "CLOSE CLASSLIB"

From Lianjapedia
Jump to: navigation, search
(Created page with '==Purpose== Close one or more class library files ==Syntax== CLOSE CLASSLIB [<filename> | (<expC>)] ==See Also== CLOSE, CLOSE ALL, CLOSE ALTERNATE, [[CLOSE DATABASE…')
 
Line 6: Line 6:
  
 
==See Also==
 
==See Also==
[[CLOSE]], [[CLOSE ALL]], [[CLOSE ALTERNATE]], [[CLOSE DATABASES]], [[CLOSE FORMAT]], [[DO]], [[SET PROCEDURE]]
+
[[CLOSE]], [[CLOSE ALL]], [[CLOSE DATABASES]], [[DO]], [[RELEASE CLASSLIB]], [[SET CLASSLIB]], [[SET PROCEDURE]]
  
 
==Description==
 
==Description==

Revision as of 13:24, 21 November 2012

Purpose

Close one or more class library files

Syntax

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

See Also

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

Description

The CLOSE 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
close classlib sharedclasses
close classlib