Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Newbie find question ctd....

From: antonr:lexicon at: 27-Jun-2005 19:06

Yes, these cases are handled by the test: %"" = find/any/match file pattern eg. foreach file [ %p1.htm %p2.htm %p33.htm %p.htm.000 ][ if %"" = find/any/match file "p?.htm" [print file] ] Anton.