Monday, April 8, 2013

[android help] Add a number and a Text Input value with adobe flex


You should use String(int i)



lblAnswer.text = String(bloodglucose + 100);


Update: What about something like this:



var i:int = bloodglucose + 100;
var s:String = String(i);
lblAnswer.text = s;


.

stackoverflow.comm

No comments:

Post a Comment

Google Voice on T-Mobile? [General]

Google Voice on T-Mobile? So I recently switched from a GNex on Verizon to a Moto X DE on T-Mobile. I had always used Google Voice for my v...