RE: Uniquely identifing a structure.

2002-09-02 Thread Matt Liotta
tt Liotta President & CEO Montara Software, Inc. http://www.montarasoftware.com/ V: 415-577-8070 F: 415-341-8906 P: [EMAIL PROTECTED] > -Original Message- > From: Jon Hall [mailto:[EMAIL PROTECTED]] > Sent: Sunday, September 01, 2002 6:59 PM > To: CF-Talk > Subject: R

Re: Uniquely identifing a structure.

2002-09-01 Thread James Sleeman
- Original Message - From: "Matthew Walker" <[EMAIL PROTECTED]> > May be missing what you're trying to do, but how about generating a uuid > and then having another structure linking uuids to structures. > > > > Yea, no :-) Perhaps I explained it badly. What I want to do is boil an _

Re: Uniquely identifing a structure.

2002-09-01 Thread Jon Hall
How? -- jon mailto:[EMAIL PROTECTED] Sunday, September 1, 2002, 9:03:38 PM, you wrote: ML> If you are using CFMX you can get the HashCode of the underlying ML> HashMap. ML> Matt Liotta ML> President & CEO ML> Montara Software, Inc. ML> http://www.montarasoftware.com/ ML> V: 415-577-8070 ML> F

RE: Uniquely identifing a structure.

2002-09-01 Thread Matt Liotta
If you are using CFMX you can get the HashCode of the underlying HashMap. Matt Liotta President & CEO Montara Software, Inc. http://www.montarasoftware.com/ V: 415-577-8070 F: 415-341-8906 P: [EMAIL PROTECTED] > -Original Message- > From: James Sleeman [mailto:[EMAIL PROTECTED]] > Sent:

RE: Uniquely identifing a structure.

2002-09-01 Thread Pete Freitag
You could add a key to the structure that contains a unique ID... _ Pete Freitag CTO, CFDEV.COM ColdFusion Developer Resources http://www.cfdev.com/ -Original Message- From: James Sleeman [mailto:[EMAIL PROTECTED]] Sent: Sunday, September 0

RE: Uniquely identifing a structure.

2002-09-01 Thread Matthew Walker
May be missing what you're trying to do, but how about generating a uuid and then having another structure linking uuids to structures. You are of course only storing a reference to the struct, not the struct itself. Matt. > -Original Message- > From: James Sleeman [mailto:[EMAIL PR