Xbasic
ProgressPercent Function
Syntax
V progressPercent(N pct )
Arguments
- pct
The percentage completion to show on the progress bar. The range is 0 to 100. Numeric
Description
The ProgressPercent() function displays a static progress bar. It is up to the programmer to call it with different values. ProgressPercent(100) closes the progress bar.
Sets the percentage of wait dialog. Set pct to 100 to close.
Example
The following command will display a progress bar 55% completed.
progresspercent(55)
Limitations
Desktop applications only.
See Also