At the end of a PLP I want to recreate an array of embedded images based on
what happened to the array in the PLP.

I find it's much easier to "nuke" the existing array upon PLPComplete and
re-write it rather than doing a bunch of embeddedobjectarrayswaps, checking
for deleted objects, etc.

Since the images aren't shared or searchable or indexed, can I just do a
cfa_contentobjectproperty name="aImages" value="#arraynew(1)#"? Or do I have
to loop from 1 to arraylen(object.aImages) and do a contentobjectdelete on
each one?

Derek Westfall


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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.

Reply via email to