Command SET PROCEDURE Foundation

Compiles procedures and functions into the current OBJ file.

Syntax
SET PROCEDURE TO [<cProgFile>]
Scope
thread-local
Parameters
<cProgFile>
<cFilename> specifies the name of the source code file to compile into the current OBJ file. The name must include the drive and path, if they are necessary. It can be specified either as a literal file name or as a character expression in parentheses. When the file name is specified without a file extension, the extension ".PRG" is used by default. If the argument is missing, the command has no effect.
Description

The command SET PROCEDURE exists only for compatibility reasons and should no longer be used. Instead, the capabilities of a PBUILD project file should be used.

The source code file specified using SET PROCEDURE is included in the OBJ file of the program module during compilation.

Feedback

If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.