HyperWorks Desktop

*SetAutoSaveInterval()

Specifies how often the program automatically backs up your current work session.

*SetAutoSaveInterval()

Specifies how often the program automatically backs up your current work session.

Previous topic Next topic No expanding text in this topic  

*SetAutoSaveInterval()

Specifies how often the program automatically backs up your current work session.

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

Syntax

*SetAutoSaveInterval(N)

Argument

Names

Description

 

N

A time interval in minutes.

Example

*BeginDefaults()

 *SetAutoSaveInterval(2)

 *SetDefaultPageLayout(1)

 *SetDefaultPSFile("data.ps")

 *SetDefaultPrinterOrientation(Landscape)

 *SetDefaultPrintRange(Current)

 • • •

*EndDefaults()

Application

MotionView, HyperView, HyperGraph, TextView, and MediaView.

Context

*BeginDefaults()

Comments

A script file called autosave.mvw is saved every n minutes.  The default setting is 10 minutes.  Set n = 0 to turn off the autosave feature.

See also

 

*BeginDefaults()

List of Preference Statements