Futurebasic/Language/Reference/locate

LOCATE edit

Syntax edit

LOCATE h,v

Description edit

This statement moves the pen position in the current output window to text column h and text row v, based on the current font family and font size. The pen's horizontal placement is based on an "average" character width; you can't count on this position to encompass exactly h characters unless you are using a mono-spaced font. LOCATE 0,0 places the pen at the upper-leftmost character position in the window.

See Also edit

CSRLIN; POS