Function

Handles.SetGroupPageName

Void Handles.SetGroupPageName(String group, String name)
API http://api.avolites.com/11.0/Handles.SetGroupPageName.html
description Sets the name of the current page of a group.
namespace Handles
parameter group ( String ) : Name of the group, see Location
name ( String ) : The string for the new page name.
return value Void

When using characters outside the ASCII character table as name the results may vary:

Example in

Legend - Set a Page Legend:

  <step>Handles.SetGroupPageName("Fixtures", "Washes")</step>	
Also used in
Remarks