Xbasic
STATUSBAR.CLEAR Function
Syntax
.Clear()
Description
The STATUSBAR.CLEAR() method clears the Status Bar.
Example
This script displays the STATUSBAR robot, then clears the Status Bar.
for i = 1 to 1000
statusbar.robot()
next
statusbar.clear()Limitations
Desktop applications only.
See Also