Hi,

Do you mean ...
foreach file-name file-list [
    if find/any file-name "*.r" [ print join "found " file-name ]
]

?

cheers, john

I think it makes sense now... but: how could I use a wildcard such as the
find/any wildcard to find the file, e.g.:

find/any file-list "*.r"


Reply via email to