I would guess this has been answered before but, I'm not sure how to word this to find the answer in a search or the beginners guide.
I want make the text attribute of a label display a string and a variable like this:
"My age is 55"
Other languages would take code like this:
label1.text="My age is ",AgeVariable
So my question is, "What is the proper syntax that will do this?"
I want make the text attribute of a label display a string and a variable like this:
"My age is 55"
Other languages would take code like this:
label1.text="My age is ",AgeVariable
So my question is, "What is the proper syntax that will do this?"