It doesn't matter. Structs are implemented with a HashMap, which can grow as large as it wants, with negligible speed consequence. The only hard limit would be the memory space on your server, although if your keyspace gets too large, it probably makes sense to break things down into substructures for organizational purposes.
barneyb --- Barney Boisvert, Senior Development Engineer AudienceCentral (formerly PIER System, Inc.) [EMAIL PROTECTED] voice : 360.756.8080 x12 fax : 360.647.5351 www.audiencecentral.com > -----Original Message----- > From: Brad Roberts [mailto:[EMAIL PROTECTED] > Sent: Friday, May 30, 2003 2:45 PM > To: CF-Talk > Subject: Structure Length > > > I'm storring data in a single structure for a 4-page legal document size > form, and outputting to a PDF. The elements don't hold a whole > lot of data, > just one sentence strings, and numbers. > > My questions is, how many key/pairs can a structure hold? How many is too > many? ... taking into consideration that each element is a simple value. > > -Brad > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Get the mailserver that powers this list at http://www.coolfusion.com Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

