Quote:
Originally Posted by Toxaris
No idea yet. I checked it a couple of times and the sorted list was stored and read.
|
I betcha it's the XML file I created (myMarkRules). There's no apparent way to create a new Mark Rules list, and I couldn't find a sample - so I conjured up this as a starting point, it appears to work except for saving the list sorted
Code:
<?xml version="1.0" standalone="yes"?>
<MarkRules>
<Mark>
<Wildcards>False</Wildcards>
<CaseSensitive>False</CaseSensitive>
<WholeWord>True</WholeWord>
<Search>contingent</Search>
</Mark>
...
...
...
</MarkRules>
BR