> lang > swap | ![]() |
Previous Next Edit Rename Undo Search Administration
| Documentation |
SWAP Expression A , Expression BSwap the contents of the two expressions. The two expressions must be able to act as the left part of an assignment. This is a faster equivalent of executing the following code:
DIM Temp AS Variant Temp = ExpressionA ExpressionA = ExpressionB ExpressionB = Temp