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

1 reply

Participant
March 15, 2013

This documentation is wrong - It says "Returns - A ColdFusion image." but if you try to set the result of this function to a variable it throws an error: "The result of the method imagePaste cannot be assigned because it does not return a value."

The function actually modifies the first image parameter.

image1 will be the result of the imagePaste()

Anit_Kumar
Community Manager
Community Manager
March 15, 2013

Hello Ryan,

To us, the result seems to be fine, as it returns the image as output modified by ColdFusion. Further, you can't set the result to a variable as it is an image object.

Regards,

Anit Kumar

Participant
March 15, 2013

The documentation says that it returns a coldfusion image - the function does not return anything, certainly not in the sense of other function returns. It modifies the first image parameter.