So I was trying to create a function that would put the value of i and j in a string as if it was a function. Lets say that we have a string = "i+j"
what i want is:
sum = sum + i + j
but currently what happens is
sum = sum + "i + j"
anyone got a solution for this?
evil. Wait, I typedeval, but somehow it changed...