Community Member Profile
- Profile: /members/2400-Tom.htm
- URL: http://www.tomkitta.com
- Comments: 2
- Points: 1
Recent Blog Comments By Tom
-
Getting Certified In ColdFusion 8 Scares Me
Posted on Sep 27, 2007 at 11:56 AM
I would not worry - I will pass CF8 with advanced status right after exam is available without too much testing. did the same thing with CF7 and CF6, don't see why few extra tags in 8 are going to make this much harder to do. The exam is not very hard and passing it at a basic level should be a b... read more »
-
Passing Arrays By Reference In ColdFusion - SWEEET!
Posted on Sep 19, 2006 at 10:45 AM
Try and run this code (hope the tags will not get killed): <cfset javaArray = CreateObject("java", "java.util.ArrayList").Init()/> <cfset regArray = arrayNew(1)> <cfset arrayResize(regArray,100000)> <!--- <cfset arrayResize(javaArray,100000)> --->... read more »



