* Luc writes: > 20:00:29 where I live) Carsten Th�nges would write: > Good news: problem solved. I removed the %SubPatt and changed > ='"%OFROMNAME to ='"%OFROMFNAME and all is at peace in QT heaven :-).
> Strange that i had to adjust it because it always worked that way?? OK, it was the useless %SubPatt macro. The scope of regexp macros changed from 1.xx to 2.xx. In 1.xx your %SubPatt always returned an empty text while in 2.xx it returns a subpattern of the last evaluated regexp, wherever that may be. Carsten -- ________________________________________________________ http://www.silverstones.com/thebat/TBUDLInfo.html
