Difference between revisions of "SPACE()"

From Lianjapedia
Jump to: navigation, search
 
m (1 revision)
(No difference)

Revision as of 05:57, 25 October 2011

Purpose

Function to generate string of spaces


Syntax

SPACE(<expN>)


See Also

LPAD(), REPLICATE(), RPAD()


Description

The SPACE() function generates a blank string of <expN> characters.


Example

store space(10) to line1,line2,line3
? len(line1)
        10
? empty(line2)
.T.
? type("line3")
C


Products

Recital, Recital Server