HTBasic Help
×
Menu
Index

IMOVE

Lifts and moves the logical pen position incrementally.
 
 IMOVE x-displacement, y-displacement
 
Usage:
IMOVE 25,0
IMOVE Xdisp,Ydisp
IMOVE Xx+10,Yy
 
Example: IMOVE.BAS
 
Description:
The pen is lifted and then moved to the position calculated from adding the specified X and Y displacement to the current pen position. The logical pen position is then updated and the pen is left in the up position.
 
If you specify a destination which is outside the clipping area, the logical position is set to that point but the pen is not moved.
 
The PIVOT statement affects the IMOVE statement.
 
See Also: