Variable swap?

Is there a way to swap the values of two variables in one event?

If not, I would like to propose this feature. Low priority yes, but I think it could be useful to have someday.

You will have to use a third variable :
Do =Variable(A) for Variable(C)
Do =Variable(B) for Variable(A)
Do =Variable(C) for Variable(B)

A and B are swapped.

I know, and that’s what I do now.