OWBasic Standard Library

Group INTRO Home INTRO Alphabetical Index

Std (Component)

Library: StdLib
Necessary constants: STD_USED

The component Std contains basical functions of the OSL. Some of the other components require these functions; the StdLib library has to be the last one included that other components can include the StdLib for their purposes.

Function groups:


Bit valueFunctions
0x0001Basical functions:
STD_CLS, STD_SCRSHADE, STD_RBOX, STD_TCHOBJ
0x0002STD_PAR
0x0004W_DRAW
0x0008STD_QCLIPSIZE, STD_QCLIP$, STD_SCLIP

Global variables:

variabledefault value
std_repaint!falsespecifies whether the screen has to be repainted
w_maxr%159right border where text is wrapped
w_newl%y coordinate of next line (set by W_DRAW)
w_lcnt%specifies the amount of lines drawn (set by W_DRAW)

Gruoup INTRO Home INTRO Alphabetical Index