OK I wrote this email 10 times trying to word it right. All I want to know is how to delete an ImageID from the list after it is displayed on the browser using the following variables.
<cfset ImageList = "#ValueList(testSQL.contactID)#"/> <cfset MaxListLen = #ListLen(ImageList)#> <cfset ListRandImage = "#RandRange(ListFirst(ImageList),ListLast(ImageList))#"/> <cfset FindImagePos = #ListFind(ImageList,ListRandImage)#> <cfset NewImageList = #ListDeleteAt(ImageList , ListRandImage)#> <cfset ImageList = NewImageList> I'm so close but I cant get the ListLen to get smaller. Any help is much appreciated, Phil ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Purchase from House of Fusion, a Macromedia Authorized Affiliate and support the CF community. http://www.houseoffusion.com/banners/view.cfm?bannerid=34 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:182092 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=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

