[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
+---------------------------------+
| COPY MEMO |
+---------------------------------+
COPY MEMO <memo field> TO <file>
[ADDITIVE]
-----------------------------------
Copies contents of memo field to file.
-----------------------------------
<memo field> TO <file>
Copies contents of single <memo field> from current record to new or
existing text <file>. If you do not provide an extension for <file>, a
.TXT extension is assigned.
ADDITIVE
Contents of memo field are appended to end of existing text file.
+---------------------------------+
| Program Example |
+---------------------------------+
In this example, contents of memo field COMMENTS are copied to file
called TEST.TXT. Memo is then copied again, adding to existing text.
USE customer
COPY MEMO comments TO test.txt
COPY MEMO comments TO test.txt ADDITIVE
-----------------------------------
See Also: APPEND MEMO, COPY FILE, COPY TO, MODIFY MEMO
-----------------------------------
See Also:
APPEND MEMO
COPY FILE
COPY TO
MODIFY MEMO
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson