Difference between revisions of "SET MEMOSOFTCR"

From Recital Documentation Wiki
Jump to: navigation, search
 
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
=SET MEMOSOFTCR=
 
 
 
==Class==
 
Memos
 
 
 
 
==Purpose==
 
==Purpose==
 
Add line feeds to memo text lines when reading from and writing to text files.
 
Add line feeds to memo text lines when reading from and writing to text files.
Line 15: Line 8:
  
 
==See Also==
 
==See Also==
MEMOREAD(), MEMOWRITE()
+
[[MEMOREAD()]], [[MEMOWRITE()]]
  
  
Line 23: Line 16:
  
 
==Example==
 
==Example==
<pre>
+
<code lang="recital">
 
set memosoftcr on
 
set memosoftcr on
memoread("text.txt", mfield)</pre>
+
memoread("text.txt", mfield)
 +
</code>
  
  
 
==Products==
 
==Products==
Recital Database Server, Recital Mirage Server, Recital Terminal Developer
+
Recital Server, Recital  
 +
[[Category:Documentation]]
 +
[[Category:Commands]]
 +
[[Category:Set_Commands|MEMOSOFTCR]]
 +
[[Category:Memos]]
 +
[[Category:Memos Set Commands]]

Latest revision as of 16:17, 23 November 2009

Purpose

Add line feeds to memo text lines when reading from and writing to text files.


Syntax

SET MEMOSOFTCR ON | OFF | (<expL>)


See Also

MEMOREAD(), MEMOWRITE()


Description

The SET MEMOSOFTCR command causes Line Feed characters to be output after each line of text in the memo, when reading/writing a memo field from/to an ASCII text file. By default SET MEMOSOFTCR is ON.


Example

set memosoftcr on
memoread("text.txt", mfield)


Products

Recital Server, Recital