I have a case where I have to return a set of code in a customized block’s section. Is it possible to create a function that can return a value of type code parameter or code. Does string type work by any chance?
I tried using the type other -> code parameter and string. String didn’t work as I had 6 lines of code that I want to return and I was not able to enclose it with double quotes. The code parameter type didn’t work.
Prasanth Ramesh is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.