# Copyright (c) 2002 Peter Guntert. All rights reserved. ## 7MACROS: save - save time-domain data and spectra ## ## Usage: save {} ## ## "save" saves the current data matrix into the file . "save" ## differs from the write command only in that the data set is saved ## with the original (rather than the current) order of dimensions. ## ## See also: write var p cmd i p := $perm dimension 1 2 3 cmd := write do i 1 nparam cmd := $cmd $p$i end do $cmd dimension $p