Previous Next        Current Page: NeXtMidas Training / Getting Started - Part 1 / Results Parameters / SET 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 SET Command:
    • The SET command can be used to create and/or set the value of a result.
    • It takes in two parameters LABEL= and VALUE=. The label is the name of the result and value is the new value for the result.
    • Example:
      nM> set x 10
      nM> set y 50
      nM> set str "My String"
X-Midas Users Take Note:
X-Midas does not have the SET command, it uses RESULTS in place of it.

back