Value as a string from a void function

not this way, you use in the creation of “myMessage”
information
displayinformation
in the wrong way.

  • displayinformation does not return a string
  • information might if you call it correctly
    if using @neilcsmith example:
    information(“Anna”,77)
    could do the job by returning “Name: Anna\nAge: 77”
    and put it also to the canvas window.
    this mix might not be wanted.