[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
SET PROCEDURE
SET PROCEDURE compiles all procedures and user-defined functions within
the specified file into the current object file.
Syntax
SET PROCEDURE TO [<file>]
Argument
<filename> is the name of the procedure file. If the file has no
extension, then .prg is assumed.
Usage
A procedure file may contain any number of procedures or user-defined
functions. When a SET PROCEDURE TO command is encountered, Clipper
compiles the procedures and user-defined functions in the file.
Essentially, a procedure file in Clipper operates much as an include
directive does in other compiled environments.
CLOSE PROCEDURE and SET PROCEDURE TO with no argument are both ignored
when encountered.
See Also:
DO
FUNCTION
PROCEDURE
RETURN
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson