NAME

spaceS - string of spaces

SYNOPSIS

#include <basic/string.h>

struct string spaceS(n)
short n;

DESCRIPTION

SpaceS allocates and returns a string consisting of n blanks (spaces). 

This function implements the BASIC SPACE$ function. 

SEE ALSO

string(inc)
space$(func)

DIAGNOSTICS

Error 5 (Illegal function call) is generated if n is negative. 

from The Basmark QuickBASIC Programmer’s Manual by Lawrence Leinweber