Difference between revisions of "STRINDENT()"

From Lianjapedia
Jump to: navigation, search
m (Text replace - "Recital" to "Lianja")
Line 1: Line 1:
 
==Purpose==
 
==Purpose==
 
Function to indent a character string
 
Function to indent a character string
 
  
 
==Syntax==
 
==Syntax==
 
STRINDENT(<expC>,<expN>)
 
STRINDENT(<expC>,<expN>)
 
  
 
==See Also==
 
==See Also==
 
[[ISLOWER()]], [[ISUPPER()]], [[LOWER()]], [[PROPER()]], [[SET STRESCAPE]], [[STRTOUPPER()]], [[STRTRAN()]], [[TRANSFORM()]], [[UPPER()]]
 
[[ISLOWER()]], [[ISUPPER()]], [[LOWER()]], [[PROPER()]], [[SET STRESCAPE]], [[STRTOUPPER()]], [[STRTRAN()]], [[TRANSFORM()]], [[UPPER()]]
 
  
 
==Description==
 
==Description==
 
The STRINDENT() function returns the character string, <expC>, indented according to the tab number specified in <expN>.
 
The STRINDENT() function returns the character string, <expC>, indented according to the tab number specified in <expN>.
 
  
 
==Example==
 
==Example==
Line 21: Line 17:
 
strtofile(strindent(mtos(notes),1),"indented.txt")
 
strtofile(strindent(mtos(notes),1),"indented.txt")
 
</code>
 
</code>
 
  
 
==Products==
 
==Products==

Revision as of 11:11, 12 December 2012

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

Lianja Server, Lianja