OPENHighLight
Specify the text to appear highlighted in subsequently opened documents. For example, OPENHighLight = 1 dog and mouse
highlights all occurrences of dog and mouse
(case sensitive) in documents subsequently opened by using the Open
method.
You can also search for non-adjacent words by separating them with a tab character, indicated by (tab)
. For example, OPENHighLight = 1 dog(tab)mouse
highlights all occurences of dog
or mouse
(case sensitive).
Returns
Type | Description |
---|---|
String | The first character should be a 1 (case sensitive) or a 0 (case insensitive), followed by the text to be highlighted. |