Hi
I can understand that a temporary variable
example
var test = [x, y, w];
do not be saved.
But what about of another important variables and arrays.
example:
test = [x, y, w]; // need to be save
What are your tips, you have tips ?, because I am already quite advanced, but I...