|
Space()
Return a string of spaces.
Syntax
Space(<nCount>)
--> cSpaces
Arguments
<nCount> --> is the number of spaces to
return, up to a maximum of 65,535 (64K) of characters.
Returns
Space() returns a character string. If
<nCount> is zero, Space() returns a null/empty string
("").
Description
Space() is a character function that returns a
specified number of spaces.
____________________________
Related Topics
Business
Function List
Replicate()
|