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. | ^ [[macros:namespace|namespace]] | [[macros:namespace:Handles]] | ^ parameter | group ( [[macros:type:string]] ) : Name of the group, see [[macros:identifier:location]] | ^ ::: | name ( [[macros:type:string]] ) : The string for the new page name. | ^ return value | [[macros:type:void]] | When using characters outside the ASCII character table as name the results may vary: * in order to get an ampersand ( the & character) you must write it as entity (&):\\ ''Handles.SetGroupPageName("Colours", "Greens & Blues")'' * german Umlauts (ä, ö, ü, ß and the like) work normally (entities would throw errors):\\ ''Handles.SetGroupPageName("Colours", "Grün")'' * you can even display UTF-16 characters by using the HTML code notation, e.g. for the Yuan character 元:\\ ''Handles.SetGroupPageName("Playbacks", "元")'' == Example in == [[macros:example:setpagelegend]]: Handles.SetGroupPageName("Fixtures", "Washes") == Also used in == {{backlinks>.}} == Remarks == ~~DISCUSSION~~