loadallprocedures
DICTIONARY
,
PROCEDURES

The loadallprocedures statement loads all the procedures from a dictionary into the current database. If a procedure doesn’t exist it will be created.


Parameters

This statement has two parameters:

dictionary – a dictionary containing multiple procedures (built with the SaveAllProcedures statement)

procedures – Field or variable to receive carriage return delimited list of procedures that were actually modified.


Description

This statement loads all the procedures from a dictionary into the current database. If a procedure doesn’t exist it will be created.

LoadAllProcedures myProcedureDict

See Also


History

VersionStatusNotes
10.0No ChangeCarried over from Panorama 6.0.