>> find/any %abcd.txt %*.txt 
==  %abcd.txt  ;  file!
>> find/any %abcd.r %*.txt
==  none  ;  none!

and a loop around this.

Volker

> 
> find/any doesn't seem to work on a list of file names (block of file! values)
> I can do find without /any and if i give the entire filename as a file! value
> then it returns the name.  But if I want to find the first one starting with
> the letter g I can't say
>    find/any files to file! "g*"
> and have it work.
> Instead it just returns none.
>    find files to file! "greatstuff.txt"
> will work, assuming that file is in the list.
> 
> is this broke, or am I just having a overlooking something obvious?
> 
> galt
> 
> p.s. I only tested this on /View beta 4.1
> 
> 
> 
> 

Reply via email to