Manual

183
string
string
Description
Creates a string entirely consisting of ASCII NUL characters.
Usage
CharsInt string NullStr
CharsInt Integer. Number of characters to include in new string.
NullStr String. String containing CharsInt ASCII NUL characters.
Comments
The
string
operator automatically initializes the new string with ASCII NUL characters.