>Looks like RT forgot to implement /case for 'unique. You should send it to >feedback. the original message was CC'ed to feedback >Your second bug does not show up on my Win98 machine. Using a fresh >instance of REBOL/Core: ... >Seems OK. Perhaps previous definitions or executed programs messed >something up on yours. maybe. although that was not the problem with find/any I had indended to report, I discovered that one when trying to remember how I got the bad results originally.. I've now remembered how that worked... check this out: REBOL/Core 2.3.0.3.1 Copyright 1997-2000 REBOL Technologies REBOL is a Trademark of REBOL Technologies All rights reserved. Component: "Internet Protocols" (17-Jun-2000/1:53:16) Finger protocol loaded Whois protocol loaded Daytime protocol loaded SMTP protocol loaded POP protocol loaded HTTP protocol loaded FTP protocol loaded NNTP protocol loaded Script: "User Preferences" (12-May-1999/4:19:19-7:00) >> a: "foo bar baz" == "foo bar baz" >> find/any next a "w*n" == "z" >> find next a "w" == none >> find/any a "w*n" == none this was the issue I wanted to report... find/any on a string not at it's head, returns the last character instead of none when it doesn't get a match. cal -><- ________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com
