Futurebasic/Language/Reference/locate

From Wikibooks, open books for an open world
Jump to navigation Jump to search

LOCATE[edit | edit source]

Syntax[edit | edit source]

LOCATE h,v

Description[edit | edit source]

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 | edit source]

CSRLIN; POS