auto_ReplaceTextAgainΒΆ

auto_ReplaceTextAgain replaces text in a page that was typed into a dialog box (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.

bool = auto_ReplaceTextAgain()
bool = auto_ReplaceTextAgain(svFindText)

Return Value

bool is TRUE (1) if the function was successful and otherwise FALSE (0).

Parameters

svFindText

svFindText is a string vector of place-holders (text enclosed in $ characters).

Comment

If called without parameters, the function will try to replace all place-holders.

Example

auto_ReplaceTextAgain(["$Engine$", "$Operator$", "$Project$"]);

id-645230