Yes Richard is correct. The only way I have managed to work with a structure with any sort of order is to enter them into the struct with numeric keys which are increments of 10... e.g. 10, 20,30,40,50 ....
Its not ideal. Neil Clark Team Macromedia http://www.macromedia.com/go/team Announcing Macromedia MX!! http://www.macromedia.com/software/trial/ -----Original Message----- From: Richard Ragan [mailto:[EMAIL PROTECTED]] Sent: 04 June 2002 15:13 To: Spectra-Talk Subject: Re: cfa_contentobjectgetmultiple Structures inherently have no order. If you want a sorted result back you must ask it to return a list instead. Rich ----- Original Message ----- From: "Cojocaru, Casey S., A&M IRM, AFIS-HQ" <[EMAIL PROTECTED]> To: "Spectra-Talk" <[EMAIL PROTECTED]> Sent: Tuesday, June 04, 2002 6:35 AM Subject: cfa_contentobjectgetmultiple > Greetings, > > For all the times I have had issues with this tag. In my > application, I need to sort the list of available tasks for a given user > according to label of the artifact object of the parent workflow. I am able > to do this via some looping, and the structSort function. When I pass my > sorted list of objectids into cfa_contentobjectgetmultiple, I get back a > structure of tasks that are in a random order. Any insight will be greatly > appreciated. > > Casey > ______________________________________________________________________ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm ------------------------------------------------------------------------------ To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/spectra_talk or send a message to [EMAIL PROTECTED] with 'unsubscribe' in the body.
