getproceduretext(
DATABASE
,
PROCEDURE
)

The getproceduretext( function gets the contents (source code) of a procedure.


Parameters

This function has two parameters:

database – is the name of the database that contains the procedure. You can also use "" to specify the current database.

procedure – is the name of the procedure.


Description

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


See Also


History

VersionStatusNotes
10.0No ChangeCarried over from Panorama 6.0