On 10/12/06, Eric Smith <[EMAIL PROTECTED]> wrote:
Yes exactly.
And the script must dynamically apply say blue for the word:
"January" and red for the word "apples" and yellow for the word
"Monday" wherever these words occur.
On 11/10/06, Yakov Lerner <[EMAIL PROTECTED]> wrote:
> On 10/11/06, Yakov Lerner <[EMAIL PROTECTED]> wrote:
> > On 10/11/06, Eric Smith <[EMAIL PROTECTED]> wrote:
> > > Like I want all instances of a word in a file to have its own color.
> > >
> > > Amy one done something like that?
> >
> > Like this :
> > match ToDo /\<word\>/
> > ?
> > Yakov
>
> Or else, did you mean "as many colors as there are different
> words in the file" .... ?
Yes exactly.
Heh. But won't you have problem with number of available colors
vs number of different words in the file ? Number of different words
in the file can be in thousands. What
do you do when number of words > number of colors ?
Yakov