sgp wrote:
> 
> Hi Kenneth, no, the active icon special list changes the icon 
> independently of the active button status. It's a way to associate a 
> different icon to a running opera window. I want to see a different icon 
> for a particular instance of opera that starts from a fixed path ...\opera
> \opera.exe
> 

ah, it makes a whole lot more sense now.

after some reading about index() it seems that you do not need .lower as 
index() do not care about case.

also, your use of what appears to be a regular expression in the second 
part of index() may also be overkill.


try this instead:

=index(win.exepath(=opera),"\opera\opera.exe")

Reply via email to