next
|
previous
|
forward
|
backward
| up |
top
|
index
|
toc
|
directory
|
Macaulay 2 web site
setNmzFilename -- sets the filename for the exchange of data
Synopsis
Usage:
setNmzFilename(s)
Inputs:
a
string
, the filename for the exchange of data
Description
By default, the package creates a filename
nmzM2_pid
, where
pid
is the process identification of the current
Macaulay 2
process.
i1 : setNmzFilename("VeryInteresting");
i2 : getNmzFilename() o2 = VeryInteresting
See also
getNmzFilename
-- returns the current filename to be used
Ways to use
setNmzFilename
:
setNmzFilename(String)