SPACE()

From Recital Documentation Wiki
Revision as of 15:32, 20 March 2009 by Yvonnemilne (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

SPACE()

Class

String Data


Purpose

Function to generate string of spaces


Syntax

SPACE(<expN>)


See Also

REPLICATE(), LPAD(), 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 Database Server, Recital Mirage Server, Recital Terminal Developer