HTBasic Help
×
Menu
Index

IPLOT

Moves the pen relative to its present location.
 
 IPLOT x-displacement, y-displacement [,pen-control]
 IPLOT numeric-array(*) [,FILL] [,EDGE]
 
Usage:
IPLOT 10,0
IPLOT Xdisp,Ydisp,Pen
IPLOT Picto(*),FILL,EDGE
 
Example:          IPLOT.BAS
 
Description:
IPLOT moves the pen from its current position by the specified X and Y displacements. PIVOT and PDIR affect IPLOT. See PLOT for a full explanation of IPLOT arguments.
 
See Also: