AddStatusBarField()
Syntax
AddStatusBarField(Width)Description
Add a field to the current Status Bar previously created with CreateStatusBar(). 'Width' is the width of the new field in pixel. Each new field is created after the old one. StatusBarText() can be used to fill each field with a text.
An example of using AddStatusBarField() you can see at CreateStatusBar().
Supported OS
Windows, Linux, MacOS X