UPDATE(N) |
Update the progress bar by N, current number of
items.
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
XPDIDTOT |
Input |
This is the total number of items that is being
updated.
|
N |
Input |
The current number of items being updated.
|
|
TITLE(X) |
Display the text, X, as a title at the top of the
box.
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
X |
Input |
This is the text you want to display
|
|
INIT |
Initializes the device and draws the borders for the
box and draws the progress bar.
|
|
EXIT(X) |
Restores the screen to normal, cleans up all
variables, and displays the text in the variable X.
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
X |
Input |
Text to display on screen after removing box and
progress bar.
|
|