I want to turn an integer varialble into a text/string, suchas...

X = "I've said Hello " + Y + "Times doday."

In wich X would then be posted on a TextHi.Text, and I would like Y to be an integer variable determined by how many times a button was clicked. How can I do that?