Difference between revisions of "STRINDENT()"
From Recital Documentation Wiki
Yvonnemilne (Talk | contribs) |
Yvonnemilne (Talk | contribs) |
||
(One intermediate revision by one user not shown) | |||
Line 1: | Line 1: | ||
− | |||
− | |||
==Purpose== | ==Purpose== | ||
Function to indent a character string | Function to indent a character string | ||
Line 10: | Line 8: | ||
==See Also== | ==See Also== | ||
− | [[ISLOWER()]], [[ISUPPER()]], [[LOWER()]], [[PROPER()]], [[STRTOUPPER()]], [[STRTRAN()]], [[TRANSFORM()]], [[UPPER()]] | + | [[ISLOWER()]], [[ISUPPER()]], [[LOWER()]], [[PROPER()]], [[SET STRESCAPE]], [[STRTOUPPER()]], [[STRTRAN()]], [[TRANSFORM()]], [[UPPER()]] |
Line 19: | Line 17: | ||
==Example== | ==Example== | ||
<code lang="recital"> | <code lang="recital"> | ||
− | + | open database southwind | |
+ | use example | ||
+ | strtofile(strindent(mtos(notes),1),"indented.txt") | ||
</code> | </code> | ||
Latest revision as of 11:45, 21 July 2010
Purpose
Function to indent a character string
Syntax
STRINDENT(<expC>,<expN>)
See Also
ISLOWER(), ISUPPER(), LOWER(), PROPER(), SET STRESCAPE, STRTOUPPER(), STRTRAN(), TRANSFORM(), UPPER()
Description
The STRINDENT() function returns the character string, <expC>, indented according to the tab number specified in <expN>.
Example
open database southwind use example strtofile(strindent(mtos(notes),1),"indented.txt")
Products
Recital Server, Recital