hi scott,
 
i know it's been discussed before, but isn't there a possibility to add something to declude, that deals with preceeding spaces in filters?
 
for example:
 
ANYWHERE 20 CONTAINS badword
 
catches:
-      badword
-anotherwordbadword
etc.
 
but it's not possible to catch only the "       badword"
 
my solution looks like:
 
ANYWHERE 20 CONTAINS #         badword
 
#(or any other sign) marks the beginning of the keyword. there is no need for a marker at the end of the keyword, cause you don't have one right now.
 
if i want to search for "#       badword", i would have to do it this way:
 
ANYWHERE 20 CONTAINS ##         badword
 
second question:
 
the COPYFILE from the v1.79beta is it a copy or a move?
 
if it is a copy, this won't work for us (ever thought of MOVEFILE?)
 
all the best from good old germany...
 
 
Bernd Goebbels
LDS NRW
email: [EMAIL PROTECTED]
 

Reply via email to