Simon
Member since Apr 13, 2012
- Profile: /members/9833-simon.htm
- Comments: 2
Recent Blog Comments By Simon
-
Creating A Struct From A ColdFusion Array Using The TreeMap And The LinkedHashMap
Posted on Apr 18, 2012 at 12:46 AM
My mistake. I was trying to delete an element of the java.util.LinkedHashMap in a for loop (decrement). Its possible, in other languages, to delete properties of an object that way but not in coldfusion apparently... Anyway, thank you for your website, great ressources for a coldfusion noob like m... read more »
-
Creating A Struct From A ColdFusion Array Using The TreeMap And The LinkedHashMap
Posted on Apr 13, 2012 at 11:29 AM
Hi everybody. Using java.util.LinkedHashMap to keep ordering is nice. But how can i remove an element of that struct? There is no delete or remove methods and StructDelete() give me errors... (coldfusion 8) Thanx alot.... read more »