Hello,
How is it possible, please, to generate a string resulting from the concatenation of a string and a number? Ex: (string+ “foo” 1) gives an error (cannot coerce), as do the other (lower level) methods. I would like to generate “foo1” from the function above.
Thank you very much!