[top][index]
search for:

loaddata -- load state of the system from a file

loaddata s -- load all data segments for the current process from the file whose name is stored in the string s. The file must have been created with dumpdata and the same version of Macaulay 2.

The file should have been created with dumpdata. Everything will be returned to its former state except:

  • reloaded
  • environment -- the environment variables
  • commandLine -- the command line arguments
  • whether the standard input is echoed and prompts to the standard output are properly flushed, which depends on whether the standard input is a terminal.
  • After the data segments have been reloaded, the command line arguments will be dealt with in the usual way, except that only the arguments after the i-th '--' and before the i+1-st '--' (if any) will be considered, where i is the current value of reloaded.

    See also:

  • listUserSymbols -- display the user's symbols

  • [top][index]
    search for: