This function creates a repeating character string of a specified length.
String(number, character)
Returns a string.
If you specify a number for character greater than 255, String converts the number to a valid character code using the following formula.
character = character Mod 256