Filter help
    Michael Kann 
    mikekann at yahoo.com
       
    Tue Aug 27 15:07:00 EDT 2002
    
    
  
-- not using Filter, but does the same thing --
on mouseUp
  put fld "aFld" into filesList
  repeat for each line kLine in filesList
    if ".txt" is not in kLine then
      put return&kLine after kHolder
    end if
  end repeat
  put kHolder into fld "bFld"
end mouseUp
--- FlexibleLearning at aol.com wrote:
> Okay, so one day I'll track down a list of Bourne
> Shell options as mentioned 
> in the Help entry on Filters, but just for now...
> 
> [1] Using AND
> How do we filter to extract both *.gif AND *.jpg
> from a list of file names?
> 
> [2] Using NOT
> And how do we do the reverse, such as 'All files
> except *.txt' ?
__________________________________________________
Do You Yahoo!?
Yahoo! Finance - Get real-time stock quotes
http://finance.yahoo.com
    
    
More information about the metacard
mailing list