(start:end)
where start
is the inclusive starting offset starting (zero based) end
is the exclusive ending offset.
See File Trimmers under the Common Midas concepts section
for more information.
nM> noop apenny.prm(4:10) temp.tmpCreates a file called
temp
with 6 elements.
nM> noop http://nextmidas.techma.com/nm/nxm/sys/dat/apenny.prm(0:10) temp.tmp nM> status temp.tmp
X-Midas Users Take Note: |
---|
![]() nxm. syntax. These
were new features added to NeXtMidas that take advantage of the inherent capabilities of
Java.
|
X-Midas Users Take Note: |
---|
![]() <myname>(i) syntax to access data in a file.
If <myname> is not a result, it is treated as a file name.
NeXtMidas will not treat the name as a file, unless the syntax FILE(myname)
is used.
|