To properly display this page you need a browser with JavaScript support.
HTBasic Help
×
Menu
Index
Search
Search
Reference
HTBasic Keywords
MOVE - Moves the logical and physical pens to a new position.
Previous page
Next page
Print version
(c) TransEra Corp, 2021
To properly display this page you need a browser with JavaScript support.
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:
CLIP
,
DRAW
,
IDRAW
,
IMOVE
,
IPLOT
,
LINE TYPE
,
PIVOT
,
PLOT
,
RPLOT
,
SHOW
,
VIEWPORT
,
WINDOW