Previous Next        Current Page: NeXtMidas Training / Getting Started - Part 1 / Results Parameters / REMOVE Command
back
Start Here   
Background   
Common Midas Concepts   
Getting Started - Part 1   
   + NeXtMidas Shell   
   + Running NeXtMidas Commands   
   - Results Parameters   
      - What are they?   
      - SET Command   
      - GET Command   
      - RESULTS Command   
      - REMOVE Command   
   + Lab 1   
   + Getting Help   
   + Lab 2   
Getting Started - Part 2   
Working with Files   
Option Trees   
Macros - Part 1 (Basics)   
Macros - Part 2 (Graphics)   
NetBeans - Part 1 (Setup)   
NetBeans - Part 2 (GUIs)   
NetBeans - Part 3 (Profiler)   
Eclipse - Part 1 (Setup)   
Eclipse - Part 2 (GUIs)   
Primitives   
WebStart   
Maps & Imagery   
X-Midas Interoperability   
RMIF & Remoting   
Installing NeXtMidas   
Support & Maintenance   
File Handlers   


  • The REMOVE Command:
    • The REMOVE command (commonly shortened to REM) can be used to remove a result that is no longer being used.
    • It takes in a list of results to remove.
    • Example:
      nM> rem x
      nM> rem y
      nM> remove str
      
X-Midas Users Take Note:
The REMOVE command in X-Midas defaults to being very verbose. This is not the default in NeXtMidas. To enable this feature in NeXtMidas use the /VERBOSE switch.

back