MOVE

This function will MOVE and SIZE the control specified by the TAG command.

MOVE(tag // Left // Top // Width // Height)

PARAMETERS

tag

The TAG value of one of the controls on your form. 

Left, Top, Width, Height

The coordinates you wish to move/size this control to.  All sizes are in TWIPS

Example#1:
To move and size the control:

MOVE(mytext//1000//500//2500//250)

Example#2:
To just MOVE the control:

MOVE(mytext//1000//500////)