[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
+---------------------------------+
|           APPEND MEMO           |
+---------------------------------+
APPEND MEMO <memo field>
        FROM <file> [OVERWRITE]

-----------------------------------
Imports data from file to memo field.
-----------------------------------

<memo field>
        Memo field to be filled.

<file>
        File from which memo field is to be filled.

OVERWRITE
        Overwrites current contents of memo field with contents of <file>.

+---------------------------------+
|            Example              |
+---------------------------------+
In this example, contents of memo field COMMENTS are copied to file
called TEST.TXT.  Contents of TEST.TXT are then added to memo.  Finally,
contents of TEST.TXT are used to replace current contents of  memo
field.

USE customer
COPY MEMO comments TO test.txt
APPEND MEMO comments FROM test.txt
APPEND MEMO comments FROM test.txt OVERWRITE

-----------------------------------

See Also:  COPY MEMO

-----------------------------------

See Also: COPY MEMO
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson