GINO Graphics Suite - GINO v9.0  

Positioning

The routines for "straight line movement" are:

gMoveTo2D(x, y)
gMoveBy2D(dx, dy)

Examples:

call gMoveTo2D(1.5,2.5)
call gMoveBy2D(xa,ya)