This code is completely wrong, but I hope it gives you the idea of what I'm going for:
var qarowquestion+obj.returnIntJson;
obj.returnIntJson's value is just an integer. I want to take the value held there, for example: 2043, and add 2043 to the end of qarowquestion. Thus, I would have:
var qarowquestion2043;
Thanks.