|
|
|
#1
|
||||
|
||||
|
Thanks man, got most of the fixes but still the disk issue problem persists
|
| Sponsored Links |
|
#2
|
||||
|
||||
|
Quote:
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;
__________________
if you understand read more |
| The Following User Says Thank You to rinaldo For This Useful Post: | ||
Webster17 (19-03-2018) | ||
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Command & Conquer: Red Alert 3 (MULTI 4) DVD9 to 2xDVD5 | jta | PC Games - CD/DVD Conversions | 22 | 05-08-2012 16:55 |
| The Sims 2 + All Expansion Packs | CaferGameStudios | PC Games - CD/DVD Conversions | 2 | 04-02-2012 13:22 |
| Need info on how to change HDD. | Gen.Cutter | XBox Games | 13 | 09-03-2005 18:08 |
| FACTOIDS: Messiah class install/behaviour issues & Fuse list | charlie_ps2 | PS2 Games | 5 | 02-09-2004 15:49 |
| dvd x copy platinum-2nd disk copy issues | mitsos79b | CD/DVD Software & Utilities | 19 | 03-03-2004 19:49 |