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

[REBOL] Re: hash code for object ?

From: gregg:pointillistic at: 6-Jun-2007 14:28

Hi Arnaud, AG> Oops ! sorry I was not thinking about an hashmap, I mean an object AG> hash code: AG> http://java.sun.com/j2se/1.3/docs/api/java/lang/Object.html#hashCode() AG> sorry if I was not clear ;-( Simple miscommunication on both sides. :) What you're probably after is the CHECKSUM func. If you need to use it on an object, you'll need to FORM or MOLD it first. -- Gregg