Description Usage Arguments See Also
A helper function used by 'number_passes'. Used to create and update a console progress bar. For each for each additional percent through len pos gets, a '.' is printed to the console. Every ten percent the current progress is printed to the screen.
1 | update_progress_bar(pos, len)
|
pos |
a numeric value greater than zero, such that pos<=len. Corresponds to the progress made through the function. |
len |
a numberic value greater than zero, such that pos<=len. |
number_passes
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.