Difference between revisions of "SET MEMOSOFTCR"
From Recital Documentation Wiki
Yvonnemilne (Talk | contribs) |
Yvonnemilne (Talk | contribs) |
||
Line 1: | Line 1: | ||
− | |||
− | |||
− | |||
==Class== | ==Class== | ||
Memos | Memos | ||
Line 23: | Line 20: | ||
==Example== | ==Example== | ||
− | < | + | <code lang="recital"> |
set memosoftcr on | set memosoftcr on | ||
− | memoread("text.txt", mfield)</ | + | memoread("text.txt", mfield) |
+ | </code> | ||
Revision as of 15:51, 16 April 2009
Class
Memos
Purpose
Add line feeds to memo text lines when reading from and writing to text files.
Syntax
SET MEMOSOFTCR ON | OFF | (<expL>)
See Also
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 Database Server, Recital Mirage Server, Recital Terminal Developer