This panel allows the programmer move a single character or range of characters from one operand to another operand. The left rectangle is the area for the source operand, while the right rectangle is the area for the destination operand. The destination operand will hold the result of the operation.

Operands are placed into the rectangular areas in the same manner as in the other panels. If the operand is not a single value character, the user can select a range of contiguous array elements to move from the small window that appears when the programmer clicks on the blue rectangle with the words Start, End, and Selection Length. In this window, the programmer can use sliders to select the array element indices for the start and end of the range. Once this task is complete, the information should appear in the blue rectangle. The white solid rectangle that appears shows how much of the character array and what part of the character array was selected for the array range. For both operands, it is required that the selection lengths equal one another.