Community

Appending One Array To Another With ArrayAppendAll() In ColdFusion

(Ben Nadel) This is just a super quick post about merging or concatenating two arrays in ColdFusion. Currently, the only way to natively join two arrays in ColdFusion is to use arrayAppend(), pushing one value at a time from the incoming array onto the target array. You can use the undocumented Coll

Read More - Register for Free Membership