You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 10 Next »

SPACE$ returns a string containing the corresponding number of spaces

Syntax

SPACE$(NumExpr)

Arguments

  • NumExpr is a real value that should either be positive or zero. 

Examples

SPACE$(0)

returns

"NullString"


SPACE$(6)

returns

 

 

Quick links: SPACE$

  • No labels