ASingerMustDie
Programmer
Hi All
Sorry to barge in here with yet another question...but this one surely IS trivial this time
Having said that though, everything I expected to work either didn't or crashed.
The problem is this, I was two variables displayed inside a static text control, i.e:
var1 = 12; //could be anything
var2 = 35; //ditto
staticText.setWindowText("var 1: " + var1 + "var2: " + var2);
I am surely overlooking something obvious...I really do feel rusty. Thanks for any aid, you have been most helpgul and forthcoming in the (non-too-distant) past
Regards.
Sorry to barge in here with yet another question...but this one surely IS trivial this time
Having said that though, everything I expected to work either didn't or crashed.
The problem is this, I was two variables displayed inside a static text control, i.e:
var1 = 12; //could be anything
var2 = 35; //ditto
staticText.setWindowText("var 1: " + var1 + "var2: " + var2);
I am surely overlooking something obvious...I really do feel rusty. Thanks for any aid, you have been most helpgul and forthcoming in the (non-too-distant) past
Regards.