Answered
Label1.text + Label2.text = Mess
Hello!
Im sorry im troubling you with this (i guess) simple problem. My problem i simple. I want to add two numbers stored in two different label components.
Ex:
{
Label1.text = 1;
Label2.text = 1;
Label3.text = Label1.text + Label2.text;
}
The result is that Label3.text becomes 11, but i want it to become 2! How do i make it add the to numbers instead of just adding two strings to each other.
Im sorry im troubling you with this (i guess) simple problem. My problem i simple. I want to add two numbers stored in two different label components.
Ex:
{
Label1.text = 1;
Label2.text = 1;
Label3.text = Label1.text + Label2.text;
}
The result is that Label3.text becomes 11, but i want it to become 2! How do i make it add the to numbers instead of just adding two strings to each other.