SyntaxFix
Write A Post
Hire A Developer
Questions
Should also be able to do this:
total += eval(myInt1) + eval(myInt2) + eval(myInt3);
This helped me in a different, but similar, situation.