Gert Franz
Member since Dec 7, 2010
- Profile: /members/7421-gert-franz.htm
- URL: http://www.getrailo.org
- Comments: 2
Recent Blog Comments By Gert Franz
-
Robust CFScript Suport For Tags In ColdFusion 11 Beta
Posted on Feb 25, 2014 at 2:43 AM
@Kevin: we originally implemented the tag based notation in cfscript as the CFML advisory committee proposed it 5 years ago. So in the latest 4.2 update, we extended the syntax to match ACF's version of it. So the following works in Railo: cfloop(from="1", to="10", index="i... read more »
-
Creating A Struct From A ColdFusion Array Using The TreeMap And The LinkedHashMap
Posted on Dec 7, 2010 at 2:04 PM
Actually I can tell you that I prefer using the <cfloop collection="#somearray#" item="index"> current element index: #index# </cfloop> in Railo more and more since it not only saves me some typing, but I can always use <cfloop collection> and I don'... read more »