RESOLVE_ROUTINE

The RESOLVE_ROUTINE procedure compiles user-written or library procedures or functions, given their names. Routines are compiled even if they are already defined. This procedure is similar to the .COMPILE executive command, but can be invoked within procedures and functions.

Calling Sequence

RESOLVE_ROUTINE, Name

Arguments

Name

A scalar string or string array containing the name or names of the procedures to compile. If Name contains functions rather than procedures, set the IS_FUNCTION keyword.

Keywords

IS_FUNCTION

Set this keyword to compile functions rather than procedures.

See Also

RESOLVE_ALL , ROUTINE_INFO , .COMPILE in .