Topic complex |
Table functions |
Function |
copymemo() |
Short |
Copies a memo to an external text file |
Syntax |
COPYMEMO(memo : fielddesc; pfad : STRING [to_ascii : INTEGER]) : INTEGER |
Parameter |
memo : table handle, field number (or)
tablenhandle, field identifier
path : path of the external file
to_ascii : 1 -> the external file is created in ASCII character set, else ANSI character set
|
Return |
error code
0 = successfully copied |
See also: |
|
Description |
The text from a memo is copied to an external text file. The character set can be chosen via the to_ascii flag.
The following targets are possible:
external file
ramtext ("ramtext:...")
standard output ("con")
|