Top
Back: 5.1.40 gen
Forward: 5.1.42 groebner
FastBack: 5. Functions and system variables
FastForward: 6. Tricks and pitfalls
Up: 5.1 Functions
Top: Singular 2-0-4 Manual
Contents: Table of Contents
Index: F. Index
About: About This Document

5.1.41 getdump

Syntax:

getdump ( link_expression )

Type:

none

Purpose:

reads the content of the entire file, resp. link, and restores all variables from it. For ASCII links, getdump is equivalent to an execute(read( link )) command. For MP links, getdump should only be used on data which were previously dump’ed.

Example:
 
  int i=3;
  dump(":w example.txt");
  kill i;
  option(noredefine);
  getdump("example.txt");
  i;
→ 3
Restrictions:

getdump is not supported for DBM links, or for a link connecting to stdin (standard input).

See dump; link; read.


Top Back: 5.1.40 gen Forward: 5.1.42 groebner FastBack: 5. Functions and system variables FastForward: 6. Tricks and pitfalls Up: 5.1 Functions Top: Singular 2-0-4 Manual Contents: Table of Contents Index: F. Index About: About This Document
            User manual for Singular version 2-0-4, October 2002, generated by texi2html.