String$()
Previous  Next

Description: Returns a string of <Character> that is <Length> long

     Syntax:
     
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.

Example:

        b$ = String$("0", 5)
        Print b$