>AFAIK, all messages have an ID. The ID is a number assigned by CF to >identify which message it is. They always start with #1, so you have to >be careful, because if you delete the first message, they act like an >array, (push & pop) so now message #2 is #1, etc. > >-nathan strutz >http://www.dopefly.com/ > >
Hi Nathan, So, let's say there are 10 messages numbered 1-10 and I want to delete messages 2, 3, 6 and 7. Deleting them from the bottom up should be safe because when I delete message 7, the message numbers 2 and 3 still point to the right message. Correct? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?bannerid=48 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:198379 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=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

