What is the best/recommended way to add x number of occurances of a character to a string e.g.
String header = "HEADER";
The header variable needs to be have say 100 0's added to the end of it. But this number will change depending on other factors.