StatusBarText()
Syntax
StatusBarText(#StatusBar, Field, Text$, Appearance)
Description
Change the text of the specified 'Field' in the given '#StatusBar'. 'Appearance' is used to alter the look of the field and can take the following values:0: default, pushed like (etched) borders 1: without border 2: raised borders 4: center the text in the field 8: align the text to the right of the fieldThe options can be combined together with the '|' (OR) operator :8 | 1 : Borderless right aligned field.
Supported OS
Windows, Linux