move currentobject


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

Syntax

ge> move currentobject /x= /y=
ge> move currentobject /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.