1 SPACE$ The SPACE$ function creates a string containing a specified number of spaces. Example Filler$ = SPACE$(32%) 2 Syntax str-var = SPACE$(int-exp)