CALL XY
Contents |
Effect
Changes the graphic accumulator coordinates.
Syntax
CALL XY (<X-Coordinate>,<Y-Coordinate>)
Parameters
<X-Coordinate> is a value between 0 and the width value of current graphic screen mode. This corresponds system variable GRPACX (0FCB7h).
<Y-Coordinate> is a value between 0 and the height value of current graphic screen mode. This corresponds to system variable GRPACY (0FCB9h).