Futurebasic/Language/Reference/locate
< Futurebasic | Language | Reference
LOCATEEdit
SyntaxEdit
LOCATE h,v
DescriptionEdit
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 AlsoEdit
CSRLIN; POS