.. highlightlang:: us .. _pagesettitle: PageSetTitle ============ .. index:: PageSetTitle .. us.tag PageSetTitle ENGLISH PageSet :ref:`PageSetTitle` changes the page name. .. function:: bool = PageSetTitle(hPage, ssTitle) .. us.return **Return Value** If the function succeeds, the return value *bool* is TRUE (1); otherwise it is FALSE (0). .. us.params **Parameters** .. uparam:: hPage Identifies the page. .. uparam:: ssTitle *ssTitle* is the page name. The length is limited to 128 charactes. * The following characters should not be used in the title: ``":"``, ``"/"``, ``"\"``. * The name should not start with ( ``"["`` ) and not end with ( ``"]"`` ). * The name should not be identical to other page names in the document. .. seealso:: :ref:`overview-document-pages`, :ref:`PageCreate`, :ref:`PageGetTitle` :sub:`id-1269744`