move selectedobject


Move the selected object. The movement can be specified with relative coordinates
(x and y) or absolute coordinates (absx and absy) or combinations.

Only one object can be selected.

Syntax

ge> move selectedobject /x= /y=
ge> move selectedobject /absx= /absy=

/x                  Relative movement in x direction.
/y                  Relative movement in y direction.
/absx               Movement to absolute coordinate in x direction.
/absy               Movement to absolute coordinate in y direction.