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

[REBOL] Re: Debase, path! compare and import-email

From: brett:codeconscious at: 15-Nov-2001 10:23

Hi Mario, I'm pleased to see that you are using some of my scripts, however I have made a small blunder. I neglected to remove the manipulate-emails.r script from my site and replace it with a somewhat newer script that is on my Rebsite. This I will rectify shortly. I also changed naming because while I was fixing some bugs I also wanted to make it a bit more general: http://www.codeconscious.com/rebol-library/inetmsg-model.r http://www.codeconscious.com/rebol-library/mime-model.r http://www.codeconscious.com/rebol-library/encodings.r Regarding my debase claim: This is Core 2.5:
>> debase enbase "x"
== #{78} This is View 1.2.1
>> debase enbase "x"
Dr Watson for NT, An error has occurred..... Finally, the comparison of the mime-type (path). Maybe I didn't pick a good type for comparisons :) Anyway Gregg has shown how to compare them, you could also convert it back to a string with FORM like I do in mime-model.r Brett.