bar

bar <bar #>,<bar curr. value>,<x>,<y>,<width>,<height>,<bar max value>,<color>

Initializes and displays a bar. The width and height variables denote how large the bar will be when it is at max value. When it is not at max value, the bar will be proportionally smaller, of course. The bar is left-justified. As the bar simply is filled in left-to-right in the designated color, please make sure that the background color for the non-filled in area is painted in in the background itself. Finally, if you do not call a print command (or something similar), then of course the bar (or the bar's current status) will not be displayed onscreen.