-
WHILE
-
WHILE test
..commands
ENDWHILE
Commands in the WHILE .. ENDWHILE structure will be executed as long
as the test holds true. Can be used only in Macros.
WHILE and ENDWHILE should appear alone on one line, eventually
followed by a comment.
see also : CONTROLS
FOR
FUNCTIONS
GOTO
IF
-
WINDOW
-
WINDOW {Fx} x y or WINDOW {Fx} 0
Define the window (with the starting point and the ending
point)on which data is actually used for the iteration. Data
outside this window(displayed as 0 during the interactive input) are
just ignored for the processing. Window can be entered several time,
the result being cumulative.
Entering 0 to reset the whole window available.
see also : APPLY
PUT
SHOW
-
WRITE
-
WRITE file_name
Writes the current data set to a file in standard format.
see also : READ
WRITEC
WRITEH
WRITEL
WRITEM
WRITES
WRITEZ
-
WRITEC
-
Same as WRITE
see also : READC
WRITE
-
WRITEH
-
WRITEH file_name
Writes the current data set to a file in a standard format
compatible with ft-nmr file format.
see also : READH
WRITE
-
WRITEL
-
WRITEL file_name
Write a NMR1/NMR2 compatible data-set
see also : READL
WRITE
-
WRITEM
-
WRITEM file_name
Creates an ascii files which can than be read with the MATLAB
program, or ith the READM command. Does not work for 3D data-set.
see also : READM
WRITE
-
WRITES
-
WRITES filename
Writes to the disk in standard compact format. This format is
compatible among incompatible platforms. It is ASCII format and can
be shared in a network by different machines, and can even be
E_Mailed.
see also : READS
WRITE
WRITET
-
WRITET
-
WRITET filename
Write to the disk in text format. The data are in formatted values,
1 entry per line. Useful for sending data to an other program.
see also : READT
WRITE
WRITES
-
WRITEZ
-
WRITEZ filename
Write from the disk in compacted file format. Uses ORDER for
compaction.
see also : READZ
WRITE