I just wanna know, how do I make one text to show a result of a math task in another text?
This is a text for a math task: round(random(1,100)) & choose("+","-","/","*") & round(random(1,100))
Now, I want to make another text, which will show a result of that mathematical task.
How do I do that?
I appreciate your response and help.