Prism 6.0 User's Guide

From the Command Line

Use the command varsave to save the values of a variable or expression to a file. Its syntax is

varsave "filename" expression

where filename is the name of the file to which the data is to be saved, and expression is the variable or expression whose values are to be saved. For example,

varsave "alpha.data" alpha

saves the values of the variable alpha in the file alpha.data (in your current working directory within Prism).

varsave "/u/kathy/alpha2.data" alpha*2

saves the results of the expression alpha*2 in the file with the path name /u/kathy/alpha2.data.