previous next top contents index framed top this page unframed
Command line syntax: dispse {modName}*
The MODULE DISPSE allows you to dispose of a MODULE's data and control sections. It accepts the names of MODULEs (or MAINEX macros for MODULE names, as specified by the MAINEX DEFINE subcommand) on the command line, or prompts for them if none is specified. It calls the system PROCEDURE dispose with the STRING argument(s) given.
Example 11–1 shows how to use DISPSE to dispose of the data and control sections for the MODULEs FOO and BAR.
| MAINSAIL (R) Version 16.20.<release> (? for help) Revision: <date> Copyright (c) 1984-1998 by XIDAK, Inc., Point Arena, California, USA. *dispse<eol> Next module to be disposed (just eol to stop): foo<eol> Next module to be disposed (just eol to stop): bar<eol> Next module to be disposed (just eol to stop): <eol> * Alternatively: *dispse foo bar<eol> * |
MAINSAIL Utilities User's Guide, Chapter 11