SET PROCEDURE Command

Top  Previous  Next

Loads a procedure file (.PRG). All procedures and class definitions in the procedure file become available.

Syntax

SET PROCEDURE TO ProgramFile [ADDITIVE | ,ProgramFile...]

Parameters

ProgramFile

Specifies the name of the .PRG file. Guineu searches files in the EXE or APP before looking for external files. When you don't specify a full path to the procedure, Guineu will search the current SET PATH list.

 

ADDITIVE

When the ADDITIVE clause is used you can only specify a procedure file. If the procedure file hasn't yet been loaded, the ADDITIVE clause will add the file to the list. Without this clause, the new list of procedure files completely overwrites the existing list.

See also

SET CLASSLIB Command