HTBasic Help
×
Menu
Index

MOVE

Moves the logical and physical pens to a new position.
 
 MOVE x-position, y-position
 
Usage:
MOVE 25,80
MOVE Newx,Newy
 
Example:           MOVE.BAS
 
Description:
The pen is raised before being moved to the specified position. If both the current logical position and the specified position are outside the clip area the logical position is updated but no physical pen movement is made.
 
The PIVOT statement affects the MOVE statement.
 
See Also: