Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- CA-Clipper 5.2 . The Guide To CA-Clippe - <b>set procedure*</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 SET PROCEDURE*
 Compile procedures and functions into the current .OBJ file
------------------------------------------------------------------------------
 Syntax

     SET PROCEDURE TO [<idProgramFile>[.<ext>]]

 Arguments

     TO <idProgramFile> is the name of the procedure file to compile into
     the current object file.  It can optionally include a path and/or drive
     designator.

     <ext> is the optional extension of the procedure.  If not specified,
     (.prg) is assumed.

     SET PROCEDURE TO with no argument is ignored.

 Description

     SET PROCEDURE directs the compiler to compile all procedures and
     user-defined functions declared within the specified procedure file into
     the current object file (.OBJ).

     SET PROCEDURE is a compatibility command and not recommended.  It has
     been superseded by other facilities more appropriate to the compiled
     environment (e.g., the compiler script file (.clp)).

     See the CA-Clipper Compiler chapter in the Programming and Utilities
     guide for a full discussion of program architecture and configuration.

See Also: #include DO* FUNCTION PROCEDURE RETURN

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson