Jean Vincent
Member since Oct 10, 2010
- Profile: /members/7046-jean-vincent.htm
- URL: http://techmatters.posterous.com
- Comments: 1
Recent Blog Comments By Jean Vincent
-
ColdFusion Arrays Passed By Value
Posted on Oct 10, 2010 at 11:51 AM
I just lost an hour on this while attempting to do an ArrayTruncate( a, len ) function. I had to return the modified array. Passing Arrays by value is really inefficient. I bet CF is the only language doing so. I have programmed in a dozen languages and have never seen this. The only advantage wou... read more »