Action Statement
Redraw a specified object.
refresh OBJECT_NAME
OBJECT_NAME
The identifier for an object.
Description
The specified object is completely erased and then redrawn.
The refresh statement may slow down your program, and therefore should be used only when you find a discrepancy in the screen display.
Example
response to SendSig
refresh object
See Also
wait Action Statement