On Dec 30, 2006, at 01:53 UTC, Stefan wrote: > I need to get a unique ID for a bunch of objects.
Dim v as Variant = myObject Dim id As Integer = v.Hash That's exactly what Variant.Hash is for. Best, - Joe -- Joe Strout -- [EMAIL PROTECTED] Verified Express, LLC "Making the Internet a Better Place" http://www.verex.com/ _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives of this list here: <http://support.realsoftware.com/listarchives/lists.html>
