exportallprocedures
DATABASE
,
DICTIONARY

The exportallprocedures statement saves all the procedures in an editable text format.


Parameters

This statement has two parameters:

database – Name of the database, or “” for current database.

dictionary – Field or variable to store result in.


Description

This statement saves all the procedures in an editable text format.

ExportAllProcedures "",myProcedureSources

Later, you can use the importdictprocedures statement to bring the procedures back into a database.

Note: For new applications, the saveblueprint statement provides improved functionality over the ExportAllProcedures statement.


See Also


History

VersionStatusNotes
10.0No ChangeCarried over from Panorama 6.0.