Hey guys,
I have this simple preloader.
Works well.but…
part of the code:
percent_done = int((loaded_bytes/total_bytes)*101);
This only dispalys the number on the percent_done textfield.
i want it to have a percent sign. like 1**%-100%**.
Cant figure out what to add to that line of code.
Can someone please help me out.
Thanks in advance.