Current Page:
NeXtMidas Training
Working with Files
Listing Files
Templates
|
|
- Using Templates with
LIST2 :
- Four ways to build templates for
LIST2 :
- 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.
|
|
|
|