MOVE

Reference

Syntax

MOVE source {TO|?TO} destination.

destination {=|?=} source.


Effect

Assigns the content of source to destination. To assign a general reference variable to a more specialized one, you must use ?TO or ?=.