saveAs method



Saves the Scheduler with the specified file name in either mp or mpx format.

Syntax

Scheduler.saveAs(sFile)

Applies to

Scheduler object.

Parameters

sFile
String. The name of the file in which the Scheduler is saved.

Return value

none.

Usage

This method saves the Scheduler in a file with the name that you specify as sFile. The file is saved in either mp or mpx format.

Example
Topic 1
Topic 2

See also
save method