Hi there,

I have been looking online for ways to create a progress bar that shows the completion of a loop. I found one way to do it (https://acarril.github.io/posts/progess-bar) but the "progress" makes vertical dots, instead of simply horizontal dots.

Is there a simple way to do it in Stata? Ideally it would allow you to specify a heading (e.g., running n loops) and then provide a series of horizontal dots (or any another symbol) to indicate the completion of each loop.

Any advice is much appreciated!