Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

 

gmPL Utility Statements

The gmPL utility statements are like the command statements in that they are used within a gmBasiccommand script. Their role, however, is not to guide a translation but rather to perform a special operation to eventually aid a translation. The utility statements are as follows:

 

StatementDescription of use
BuildOrderReviews and orders a set of loaded project files so that they can be processed.
GlobalStubsAuthors the stubs for a set of references that have been loaded previously via the Reference command.
GmslIntroduces Great Migrations Scripting Language gmSL subprograms that can then be executed.
ImportListRather than authoring any local stubs with the translated codes gmBasic can instead manage an ImportsGlobal file which maintains a list of all referenced components in all imported references. Once completed, this statement authors the stub code for them
IncludeOrderReviews and orders a set of loaded ASP files so that they can be processed.
LoadLoads the source compilation units so that they can be edited or ordered in preparation for processing.
SearchSearches a virtual binary information file for symbols and produces reports as requested within the statement.
SharedFileUsed after a set of VBP files have been loaded with the SourceCode attribute turned on. It scans the loaded form, class, and module files to see if any are loaded by more that one project.
gmNI-UtilityWhenever gmBasic encounters a statement in a command script that it does not recognize, it searches each loaded runtime DLL for a handler of that statement. This makes it possible to add utility statements as needed by code migration projects.
Table of Contents

  • No labels