You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-08-10 22:41:43 +02:00
Update OPI_Tools.os
This commit is contained in:
@@ -915,7 +915,7 @@ Procedure ProgressInformation(Val Current, Val Total, Val Unit, Val Divider = 1)
|
|||||||
|
|
||||||
Indicator = Int(Current / Total * BarLength);
|
Indicator = Int(Current / Total * BarLength);
|
||||||
|
|
||||||
WHile Counter < BarLength Loop
|
WHile Counter < BarLength Do
|
||||||
Buffer = Buffer + ?(Counter < Indicator, "█", " ");
|
Buffer = Buffer + ?(Counter < Indicator, "█", " ");
|
||||||
Counter = Counter + 1;
|
Counter = Counter + 1;
|
||||||
EndDo;
|
EndDo;
|
||||||
|
Reference in New Issue
Block a user