Space()
Syntax
Result$ = Space(Length)
Create an empty string of the given 'Length' filled with 'space' characters. Example: Debug Space(5) ; Will display " "
Debug Space(5) ; Will display " "
Supported OS
All