String$() |
Previous Next |
String$(<Character>, <Length>)
|
Part
|
Description
|
<Character>
|
Required. This is the character to be repeated in the string.
|
<Length>
|
Required. This is the length of the string.
|
b$ = String$("0", 5)
Print b$
|