>> -----Original Message----- >> From: Rebecca Wells [mailto:[EMAIL PROTECTED] >> Sent: Tuesday, May 24, 2005 5:30 PM >> To: CF-Talk >> Subject: Structures vs. "Real Structures" >> >> This reminds me of something that my boss and I argued >> about... I said >> that query recordsets and forms are structures, and he >> said that it's not >> the same kind of structure as a struct(), that the >> structure function is >> better because it's indexed and that the query and forms >> are not "real >> structures". Which is true?
Technically the scope are not the same class as structures created with StructNew(), however, I would be willing to bet that they are a sub-class of the same class of structures created with StructNew() and as a result their indexing is identical. You can see the difference (some of it anyway) with something like this: <cfdump var="#form.getClass()#"> <cfdump var="#StructNew().getClass()#"> Did I get that right guys? It's late and I don't have time to look it up to be sure. :) s. isaac dealey 954.522.6080 new epoch : isn't it time for a change? add features without fixtures with the onTap open source framework http://www.fusiontap.com http://coldfusion.sys-con.com/author/4806Dealey.htm ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:207620 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

