Syntax
position(oA,X,Y);
Description
The position on the screen of object oA is changed to X,Y. The position command should only be used if the object is not on screen (either it has not been drawn yet, or it has been erased). To change the position of an object that is already on screen, use the reposition.to command.
See also