procedure AppendRecord(dbf, blank :integer);
AppendRecord appends a record to the end of a file. It uses information from internal memory.
If the second parameter 'blank' is equal to 1 then AppendRecord appends an empty record.
If the second parameter 'blank' is equal to 1 then AppendRecord appends an empty record.
|