Hi guys,
Sorry the title is vague. Couldn't come up with one.
Ok so I have a int variable which is, let's say, of the value 5.
Now I want to create a string which contains underscores, so: "_____" the amount of underscores is the same value of the integer. So if the int variable is of value 5 then the string should have 5 underscores, like this: "_____"
Any idea?