myfile.prm(<start>:<end>)In the above example
<start>
is the start position
in the file and <end>
is the end position in the
file.
blank | Use the actual start/end of the file. | myfile.prm(:<end>) |
N | The absolute index (N) into the file. | myfile.prm(N:<end>) |
-N | Start/end N elements before the end of the file. | myfile.prm(-N:<end>) |
~N | Start/end at abscissa value N. | myfile.prm(~N:<end>) |
X-Midas: myfile.prm(10:51)(AUX=0) NeXtMidas: myfile.prm(9:50){AUX=CWD}
Don't Make This Mistake: |
---|
![]() |