FileForums

FileForums (https://fileforums.com/index.php)
-   Conversion Tutorials (https://fileforums.com/forumdisplay.php?f=55)
-   -   Need Help with Disk Space/Size (https://fileforums.com/showthread.php?t=101553)

Webster17 05-03-2018 20:32

Need Help with Disk Space/Size
 
1 Attachment(s)
Can anybody help me fix the "Required disk space", it doesnt show GB, also need help on how to put registry, an example would be helpful. And can anybody help me with Blackbox glass theme? I know im asking a lot but once im finished with completing ill share the script.My goal is to create a much different script than other repack groups.

pakrat2k2 05-03-2018 21:10

ever tried reading some of the sticky topics, most of what you asked for has already been posted before, take some time to read thru them

Webster17 11-03-2018 20:51

Quote:

Originally Posted by pakrat2k2 (Post 468666)
ever tried reading some of the sticky topics, most of what you asked for has already been posted before, take some time to read thru them

Thanks man, got most of the fixes but still the disk issue problem persists

rinaldo 12-03-2018 06:12

Quote:

Originally Posted by Webster17 (Post 468872)
Thanks man, got most of the fixes but still the disk issue problem persists


Code:

function MbOrTb(Float: Extended): String;
begin
if Float/1024 < 1024 then Result:= format('%.2n', [Float/1024])+' MB' else
Result:= format('%.2n', [Float/(1024*1024)])+' GB';
StringChange(Result, ',', '.');
end;



All times are GMT -7. The time now is 06:53.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com