NUL$ function   

Purpose

Return a string consisting of a specified number of $NUL (CHR$(0)) characters.

Syntax

sResult$ = NUL$(count)

Remarks

NUL$ returns a count character string of $NUL characters.

See also

CHR$, REPEAT$, SPACE$, STRING$