.. highlightlang:: us .. _auto_replacetextagain: auto_ReplaceTextAgain ===================== .. index:: auto_ReplaceTextAgain .. us.tag auto_ReplaceTextAgain NOTREADYENGLISH :ref:`auto_ReplaceTextAgain` replaces text in a page that was typed into a dialog box (:ref:`auto_ReplaceTextDialog`) for one of the previous pages. The function will search for the placeholders in the axes titles, text obejects and in the name of text objects. .. function:: bool = auto_ReplaceTextAgain() bool = auto_ReplaceTextAgain(svFindText) .. us.return **Return Value** *bool* is TRUE (1) if the function was successful and otherwise FALSE (0). .. us.params **Parameters** .. uparam:: svFindText *svFindText* is a string vector of place-holders (text enclosed in $ characters). .. us.comment **Comment** If called without parameters, the function will try to replace all place-holders. .. us.example **Example** :: auto_ReplaceTextAgain(["$Engine$", "$Operator$", "$Project$"]); .. seealso:: :ref:`overview-automation`, :ref:`auto_ReplaceTextFromNCFile`, :ref:`auto_ReplaceTextDialog`, :ref:`auto_ReplaceText` :sub:`id-645230`