1
0
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:
Anton Titovets 2024-12-15 15:52:56 +03:00 committed by GitHub
parent 3ff3a6d8b2
commit 40d404dcd9

View File

@ -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;