o.encodedbf(lcDBF, llHasMemo, lcEncodedName)
llHasMemo
If the table has a memo field set this flag to .t. Both the DBF and FPT will be encoded into the string result
lcEncodedName
Optional - name of the file embedded into the
wwDBF 5 bytes
DBF FileName 40 bytes
Length of the file as a string 10 bytes
FPT Filename 40 bytes
Length of the FPT file 10 bytes
The FTP length must be buffered as an empty string (50 bytes) if not available.
The actual file content is simply concatenated and decoded based on the lengths described in the header.