Function

Handles.Workspaces.ChangePage

ASSUMPTION

This function is not documented but found working. Hence, this entire documentation is assumed.
Void Handles.Workspaces.ChangePage(int32 index)
API no
description toggles the workspaces 'window' (area) to a specific page
Namespaces Handles.Workspaces
parameter Int32 index – the index of the page to change to
return value (Void)
Example in

Pages - Change Workspace Pages:

  <macro id="Wiki.Macros.Change.Workspaces.1" name="Workspaces Pg2">
    <sequence>
      <step>Handles.Workspaces.ChangePage(1)</step>
    </sequence>
  </macro>
Also used in
Remarks