Function

Handles.PlaybackWindow.ChangePage

ASSUMPTION

This function is not documented and simply deducted from other factory macros, and found working. Hence, this entire documentation is assumed.
Void Handles.PlaybackWindow.ChangePage(int32 index)
API no
description toggles the Playbacks window to a specific page
Namespaces Handles.PlaybackWindow
parameter Int32 index – the index of the page to change to
return value (Void)
Example in

Playback - Record to fixed location:

<step>Handles.PlaybackWindow.ChangePage(1)</step>

Toggles the playback window to page 1.

Also used in
Remarks