![]() |
<< Index >> |
FutureBasic 5 |
locate | statement | |
|
locate h,v
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.