Quote Originally Posted by MrStillwell View Post
Your problem might be that you are trying to compare a string to an integer.
Yeah, you'd need something like:
c.text = (Number(a.text) + Number(b.text)) + ""; //The space just forces the end result to be a String.