SourcePoint AMD Help

Table of Contents

loadwatches

Load a set of variables to watch.

Syntax

loadwatches(filename, tab)

Where:

filename

specifies a filename. ย See Filenames for details.

tab

is a constant or expression specifying the tab number (1-4)

Discussion

The loadwatches command loads the specified watches into a Watch window tab. Watch files can be created by adding variables to the Watch window and either selecting Save in the view, or by using the savewatches command.

Example

To load a set of watches into the Watch 2 tab:

Command input:

loadwatches("mywatches", 2)

Related Topics: