[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
GaugeUpdate()
Increases a status bar
Syntax:
GaugeUpdate( aBar, nInc ) -> Nil
aBar : An array with bar information
nInc : Increment 0-1
Description:
Increases a status bar that has been created with GaugeNew().
Return:
Nothing.
Example:
aGauge := GaugeNew( 9, "Fast Library Installation", "G" )
GaugeUpdate( aGauge, 0.5 )
GaugeUpdate( aGauge, 0.5 )
See Also:
GaugeNew()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson