Hi Thorsten, On Friday, October 14, 2005, 2:08:16 PM, you wrote:
TM> Perhaps you can help me with my second problem as well. I have TM> Characters like @ or $ in my filenames ([EMAIL PROTECTED]).=20 TM> How can i make rebol reading these files, not thinking it is an email?? >> %this%40is%24a_test.txt == [EMAIL PROTECTED] :-) Alternatives: >> %"[EMAIL PROTECTED]" == [EMAIL PROTECTED] >> to file! "[EMAIL PROTECTED]" == [EMAIL PROTECTED] The only problem is that MOLD doesn't seem to do the right thing here (should output %40 instead of @), so if you need to save the file name and then load it back you'd run into problems. Regards, Gabriele. -- Gabriele Santilli <[EMAIL PROTECTED]> --- http://www.rebol.com/ Colella Chiara software division --- http://www.colellachiara.com/ -- To unsubscribe from the list, just send an email to lists at rebol.com with unsubscribe as the subject.
