Space()

Syntax

Result$ = Space(Length)
Description
Create an empty string of the given 'Length' filled with 'space' characters.

Example:
  Debug Space(5) ; Will display "     "

Supported OS

All

<- Right() - String Index - Str() ->