see also : CONTROLS FOR FOREACH FUNCTIONS GOTO IF
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 macro command files. WHILE and ENDWHILE should appear alone on one line, eventually followed by a comment.
see also : APPLY PUT SHOW
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 : READ WRITEC writegz WRITEH WRITEL WRITEM WRITES WRITEZ ZEROING
WRITE
- WRITE file_name Writes the current data set to a file in standard format. related contexts : $NAME
see also : READC WRITE
WRITEC
- Same as WRITE related contexts : $NAME
see also : WRITEZ ZEROING
writegz
- writegz filename write a regular Gifa file and compresses it
see also : READH WRITE
WRITEH
- WRITEH file_name Writes the current data set to a file in a standard format compatible with ft-nmr file format. related contexts : $NAME
see also : READL WRITE
WRITEL
- WRITEL file_name Write a NMR1/NMR2 compatible data-set related contexts : $NAME
see also : READM 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. related contexts : $NAME
see also : READS WRITE WRITET
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. related contexts : $NAME
see also : READT WRITE WRITES
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. related contexts : $NAME
see also : READZ WRITE
WRITEZ
- WRITEZ filename Write from the disk in compacted file format. Uses ORDER for compaction. related contexts : $NAME