I need to multiple an array by a number (2) using Coldfusion.
For ex: myArray = [1,2,3,4]
multiply each element by a number 2
I know there is a map method to do so, but wasn't sure how it would work in Coldfusion. Is there a function to do this? or will need to write a custom function/method for this?