getproceduretext
DATABASE
,
PROCEDURE
,
VARIABLE

The getproceduretext statement gets the contents (source) of a procedure and places it in a variable.


Parameters

This statement has three parameters:

database – is the name of the database that contains the procedure.

procedure – is the name of the procedure.

variable – is the name of the variable you wish to place the procedure text into.


Description

This statement allows a procedure to extract and look at the text (source code) of other procedures. This statement is disabled if the user is not authorized to see the contents of the procedure

Note: This statement is obsolete, and should not be used in new applications. Use getproceduretext( function instead.


See Also


History

VersionStatusNotes
10.0No ChangeCarried over from Panorama 6.0.