Xbasic
ProgressTimed Function
Syntax
V progressTimed(N seconds )
Arguments
- seconds
The number of seconds until the progress bar completes. Numeric
Description
Displays a progress bar for the specified number of seconds.
Discussion
The ProgressTimed() function displays a progress dialog box that completes in Specified seconds.
The following script displays a progress bar that completes in 10 seconds.
progresstimed(10)
Limitations
Desktop applications only.
See Also