Difference between revisions of "SPACE()"
From Recital Documentation Wiki
Yvonnemilne (Talk | contribs) |
Yvonnemilne (Talk | contribs) |
||
Line 1: | Line 1: | ||
− | |||
− | |||
− | |||
==Class== | ==Class== | ||
String Data | String Data | ||
Line 15: | Line 12: | ||
==See Also== | ==See Also== | ||
− | [[ | + | [[LPAD()]][[REPLICATE()]], , [[RPAD()]] |
Line 38: | Line 35: | ||
[[Category:Documentation]] | [[Category:Documentation]] | ||
[[Category:Functions]] | [[Category:Functions]] | ||
+ | [[Category:String Data]] | ||
+ | [[Category:String Data Functions]] |
Revision as of 16:01, 2 June 2009
Class
String Data
Purpose
Function to generate string of spaces
Syntax
SPACE(<expN>)
See Also
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