| Function Name | dcl-Html-ReplaceText |
|---|---|
| Syntax | (dcl-Html-ReplaceText
<CONTROL>
OldText [as
String]
NewText [as
String]) |
| Return Type | Boolean (T if successful; otherwise NIL) |
| Applies To | Html |
This method searches through the HTML code for the current page and replaces all instances of OldText with NewText, then updates the display to reflect the changes.