Skip to main content
This topic has been closed for replies.

1 reply

Inspiring
July 4, 2012

The docs here state the third argument to this function is "array-name", being "Name of an array whose elements populate the new column". it's not the name of an array (which would be a string, if anything), it's an actual array. The array can be inline, or can be represented by a variable, or any other expression that returns an array; but you are not giving the function the name of the array (contrast with a wherein it actually IS the name of the query, not the query itself).

The docs are likewise obscure / incorrect for previous versions of CF also.

Inspiring
July 4, 2012

Make that the FOURTH argument. The comment still stands though