korbaach Thank you sir!
I understand how this program works, but I need, if possible, to add that variable there.
Let me tell you in a detailed version why do I need this:
I have created a game with levels that shows you different pictures. You need to write in a textbox what you see in that pictures (the answers).
The answers are all variables like:
answer1 = cat;
answer2 = pool;
answer3 = dogs;
etc.
If you don't know the answer, you can click on a button that leads to a layout similar to "1Pic 1Word".
You see.. I need a way to add variables to that string.
I don't want to add them manually, because I have many levels, and all of them are using that layout. The only way this should work, is to add that variable in string.
So it will be like this:
"{""c2array"":true,""size"":[1,2,1],""data"":[[["VariableHere"],[0]]]}"[/code:1k40ca9u]
where VariableHere is a global variable from previous layout. VariableHere = cat; for level1 and pool for level2, and dogs for level3.
Do you understand what am I trying to explain? Am I missing something? Let me know if I can explain you something else.
Thank you @korbaach, @LittleStain