> if messageChunk(someText, "(?.)<BODY>(.+)</BODY>", tStart, tEnd) then > -- do something with the text here > end if
...and, of course, that should be (?s) instead of (?.) -- -Mark Wieder [EMAIL PROTECTED] _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
