.. highlightlang:: us .. index:: AddExternDocPage .. _addexterndocpage: AddExternDocPage ================ .. us.tag AddExternDocPage ENGLISH :ref:`AddExternDocPage` copies a UniPlot document page into the clipboard and inserts the contents into the page with the handle *hPage*. .. function:: bool = AddExternDocPage(hPage, ssDocName, ssPageName) .. us.return **Return Value** If the function succeeds, the return value is TRUE (1); otherwise it is FALSE (0). .. us.params **Parameters** .. uparam:: hPage *hPage* is the handle of the page. .. uparam:: ssDocName *ssDocName* is the complete name of the UniPlot Document. .. uparam:: ssPageName *ssPageName* is the page name. .. us.comment **Comment** The function can be found in the file :file:`ic_util.ic`. .. seealso:: :ref:`PageCopyToClipboard`, :ref:`PageInsertFromClipboard` :sub:`id-778056`