mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-04-07 07:10:01 +02:00
Update OPI_Tools.os
This commit is contained in:
parent
3ff3a6d8b2
commit
40d404dcd9
@ -915,7 +915,7 @@ Procedure ProgressInformation(Val Current, Val Total, Val Unit, Val Divider = 1)
|
||||
|
||||
Indicator = Int(Current / Total * BarLength);
|
||||
|
||||
WHile Counter < BarLength Loop
|
||||
WHile Counter < BarLength Do
|
||||
Buffer = Buffer + ?(Counter < Indicator, "█", " ");
|
||||
Counter = Counter + 1;
|
||||
EndDo;
|
||||
|
Loading…
x
Reference in New Issue
Block a user