Question
How to get something in return?
I'm passing values to my component for an insert into db.
Since this is an insert, my function doesn't return anything, so I wrote <cfreturn true>
without putting cfreturn I would get an error.
This is fine except that I need my function to return something, just as an indication to the calling template that the inserting process is done.
How can i do that?
Since this is an insert, my function doesn't return anything, so I wrote <cfreturn true>
without putting cfreturn I would get an error.
This is fine except that I need my function to return something, just as an indication to the calling template that the inserting process is done.
How can i do that?
