Copy should be from right to left, but sometimes you type it wrong.
copyRtL(source, destination); copyRtL("John Q. Public", nameVariable);
copyRtL(destination, source); copyRtL(nameVariable, "John Q. Public");