Archive for November, 2007

On ColdFusion 7 Arrays

Posted: 12th November 2007 by Adam Presley in ColdFusion, Development
Tags: ,

At Ben Nadel’s Blog, which I enjoy reading simply because he has a similar passion to me (digging into how and why it works under the hood), he talked about calling Java functions in ColdFusion that require an actual value array instead of a vector, which is what ColdFusion’s arrays are based on. He has [...]