Difference between revisions of "HARDCR()"

From Lianjapedia
Jump to: navigation, search
m (1 revision)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
==Purpose==
 
==Purpose==
 
Function to convert carriage returns
 
Function to convert carriage returns
 
  
 
==Syntax==
 
==Syntax==
 
HARDCR(<expC> | <memofield>)
 
HARDCR(<expC> | <memofield>)
 
  
 
==See Also==
 
==See Also==
[[LEN()]], [[MEMOEDIT()]], [[MEMOLINE()]], [[MEMOREAD()]], [[MEMOTRAN()]], [[MEMOWRITE()]], [[MLCOUNT()]], [[MLINE()]], [[TEXTEDIT()]]
+
[[HTML_TOPLAINTEXT()]], [[LEN()]], [[MEMOLINE()]], [[MEMOREAD()]], [[MEMOTRAN()]], [[MEMOWRITE()]], [[MLCOUNT()]], [[MLINE()]]
 
+
  
 
==Description==
 
==Description==
 
The HARDCR() function converts all the 'soft' carriage returns (ASCII 10) in the specified <expC> or <memofield>, to 'hard' carriage returns (ASCII 13).  The HARDCR() function returns the <expC> or <memofield> as a character string, after conversion.
 
The HARDCR() function converts all the 'soft' carriage returns (ASCII 10) in the specified <expC> or <memofield>, to 'hard' carriage returns (ASCII 13).  The HARDCR() function returns the <expC> or <memofield> as a character string, after conversion.
 
  
 
==Example==
 
==Example==
Line 20: Line 16:
 
</code>
 
</code>
  
 
==Products==
 
Recital Server, Recital
 
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Functions]]
 
[[Category:Functions]]
[[Category:String Data]]
 
 
[[Category:String Data Functions]]
 
[[Category:String Data Functions]]
[[Category:Memos]]
 
 
[[Category:Memos Functions]]
 
[[Category:Memos Functions]]

Latest revision as of 09:25, 20 September 2016

Purpose

Function to convert carriage returns

Syntax

HARDCR(<expC> | <memofield>)

See Also

HTML_TOPLAINTEXT(), LEN(), MEMOLINE(), MEMOREAD(), MEMOTRAN(), MEMOWRITE(), MLCOUNT(), MLINE()

Description

The HARDCR() function converts all the 'soft' carriage returns (ASCII 10) in the specified <expC> or <memofield>, to 'hard' carriage returns (ASCII 13). The HARDCR() function returns the <expC> or <memofield> as a character string, after conversion.

Example

cFormat = hardcr(notepad)