How do you display kb instead of bytes for preloader?

Hey I did the “Preloader that Displays Load Progress” and I just want to know how to switch the bytes that it displays so that it displays kilobytes instead. Thanks

1 byte = 1000 kilobytes

To get a byte to equal a kilobyte simply divide it by 1000.