Why not? ======================================================================= Raymond Camden, ColdFusion Jedi Master for Macromedia
Email : [EMAIL PROTECTED] Yahoo IM : morpheus "My ally is the Force, and a powerful ally it is." - Yoda > -----Original Message----- > From: Cojocaru, Casey S., A&M IRM, AFIS-HQ > [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, June 04, 2002 10:56 AM > To: Spectra-Talk > Subject: RE: cfa_contentobjectgetmultiple > > > So as I loop over the list getting the objects out, try > appending them to an > array? > > -----Original Message----- > From: Raymond Camden [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, June 04, 2002 10:48 AM > To: Spectra-Talk > Subject: RE: cfa_contentobjectgetmultiple > > > Why not simply use an array of structures? > > ============================================================== > ========= > Raymond Camden, ColdFusion Jedi Master for Macromedia > > Email : [EMAIL PROTECTED] > Yahoo IM : morpheus > > "My ally is the Force, and a powerful ally it is." - Yoda > > > -----Original Message----- > > From: Cojocaru, Casey S., A&M IRM, AFIS-HQ > > [mailto:[EMAIL PROTECTED]] > > Sent: Tuesday, June 04, 2002 10:44 AM > > To: Spectra-Talk > > Subject: RE: cfa_contentobjectgetmultiple > > > > > > The problem I am facing, is that I need a structure to get > all of the > > properties for the tasks when I loop over them. I have > > attempted to take my > > list of objectids, and loop over them, doing a > > contentobjectget on each one, > > and then append that to a structure. When I output the > > structure, there is > > no apparent order to them. My only desire is to be able to > > present an order > > list of objectids, and get back a structure of objects in > > that same order. > > > > -----Original Message----- > > From: Richard Ragan [mailto:[EMAIL PROTECTED]] > > Sent: Tuesday, June 04, 2002 10:13 AM > > 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 > > > > > > > > > ______________________________________________________________________ Get the mailserver that powers this list at http://www.coolfusion.com ------------------------------------------------------------------------------ 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.
