MOVETO
X, Y, ID, CLASS, ABSOLUTE (default FALSE)
Move an element to a new X and Y position on screen.
Note: setting ABSOLUTE to true with cause the element to move using absolute positioning. When set to false which is default, relative positioning is used.
Example
MOVETO 100, 10, "text"
PRINT "Move me",,"text"