We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
When Max_value is higher than 99 the bar only shows ***** instead of the actual number Actual code:
lt1 = 100 call bar%initialize(filled_char_string='+', prefix_string='Progress |',& suffix_string='| ', add_progress_percent=.true.,& min_value=real(1,kind=8), max_value=real(lt1, kind=8),& add_progress_speed=.true., progress_speed_color_fg='green',& add_date_time=.true., date_time_color_fg='magenta', add_scale_bar=.true.,& scale_bar_color_fg='blue', scale_bar_style='underline_on')
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When Max_value is higher than 99 the bar only shows ***** instead of the actual number
Actual code:
The text was updated successfully, but these errors were encountered: