String function example

The following examples use the String function to return repeating character strings of the length specified.

Function Returns
String(5, "*") *****
String(5, 42) *****
String(10, "ABC") AAAAAAAAAA