Functions without parameters in CFML

I’ve been programming in the ColdFusion Markup Language (CFML) since 2000 and every now and again I find out something which I didn’t know, which always surprises me. Yesterday, while working on something I accidentally found out that in CFML you can pass parameters to a function without those parameters actually being defined in the parameter list of the function.

Read More

Looping over arrays in Lucee CFML

I’ve been back to doing some coding in CFML this week and working on a project that has been worked on by several different people and I happened to notice several different ways had been used to loop over arrays in various different parts of the code, one of which I must admit I had never actually seen before. I thought I would look into all the ways of looping over arrays in Lucee CFML and see how many I could find.

Read More