RESTORE_VALUES Procedure

See also: Call Action

The built-in procedure restore_values(<filename>) restores the ESTA parameters to settings previously saved in a data file (See save_values). The single argument is the full file name of this datafile. This may be used in several situations: when a standard set of parameter values are known in advance; if an external program, called from ESTA via the system procedure, needs to communicate with ESTA; or in combination with chaining from one knowledge base to another.

Examples

call restore_values('c:\esta\setup.dat')