Previous Next        Current Page: NeXtMidas Training / Working with Files / Listing Files / Templates
back
Start Here   
Background   
Common Midas Concepts   
Getting Started - Part 1   
Getting Started - Part 2   
Working with Files   
   - File Basics   
   + The AUX List   
   + Basic File Commands   
   + Lab 1   
   + File Names   
   + File Types   
   + Lab 2   
   - Listing Files   
      - Overview   
      - LIST   
      - LIST2   
      - Templates   
   + Lab 3   
   + Plotting Files   
   + Lab 4   
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   


  • Using Templates with LIST2:
    • Four ways to build templates for LIST2:
      • Legacy XDATALIST template files (.prm/.key)
        nM> list2 testxy3000.prm mytemplate.prm
      • Table files (.tbl)
        nM> list2 testxy3000.prm mytemplate.tbl
      • Table results
        nM> res mytable {ABSC={FGCOLOR=RED},ORD={FGCOLOR=BLUE}}
        nM> list2 testxy3000.prm mytable
      • Table on the command line
        nM> list2 testxy3000.prm {ABSC={FGCOLOR=RED},ORD={FGCOLOR=BLUE}}
    • See the LIST2 explain file for details.
X-Midas Users Take Note:
The LIST2 command provides backwards-compatible support for the XDATALIST templates used in X-Midas. The CONVERT command has functions that can convert an XDATALIST template into a table template.

back