String(number,character)
Creates a string with character repeated te specified number of times. Example: String(5,"#") -> "#####"