Difference between revisions of "MEMOWRITE()"

From Recital Documentation Wiki
Jump to: navigation, search
 
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
==Class==
 
Memos
 
 
 
 
==Purpose==
 
==Purpose==
 
Function to write to an external file from a memo field
 
Function to write to an external file from a memo field
Line 12: Line 8:
  
 
==See Also==
 
==See Also==
[[MEMOREAD()]], [[HARDCR()]], [[MEMLINES()]], [[MEMOEDIT()]], [[MEMOLINE()]],  [[MEMOTRAN()]], [[MLCOUNT()]], [[MLINE()]], [[SET MEMOWIDTH]], [[SET MEMOWINDOW]], [[TEXTEDIT()]]
+
[[MEMOREAD()]], [[HARDCR()]], [[MEMLINES()]], [[MEMOEDIT()]], [[MEMOLINE()]],  [[MEMOTRAN()]], [[MLCOUNT()]], [[MLINE()]], [[SET MEMOSOFTCR]], [[SET MEMOWIDTH]], [[SET MEMOWINDOW]], [[TEXTEDIT()]]
  
  
Line 28: Line 24:
  
 
==Products==
 
==Products==
Recital Database Server, Recital Mirage Server, Recital Terminal Developer
+
Recital Server, Recital  
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Functions]]
 
[[Category:Functions]]
 +
[[Category:Memos]]
 +
[[Category:Memos Functions]]

Latest revision as of 16:50, 3 December 2009

Purpose

Function to write to an external file from a memo field


Syntax

MEMOWRITE(<filename>, <memofield> | <expC>)


See Also

MEMOREAD(), HARDCR(), MEMLINES(), MEMOEDIT(), MEMOLINE(), MEMOTRAN(), MLCOUNT(), MLINE(), SET MEMOSOFTCR, SET MEMOWIDTH, SET MEMOWINDOW, TEXTEDIT()


Description

The MEMOWRITE() function writes an external text file <filename> from the specified field or character string. The <expC> is a character expression that returns a valid memo field name. MEMOWRITE() returns .T. if the operation was successful.


Example

// To transfer company history notes
use prospect
memowrite(tmpnam() + ".txt", comp_hist)


Products

Recital Server, Recital