I am not really sure but I have encountered with strange behaviour of data addon.
if I opened the database like n=OPEN("DATA"... ,and store some values there, so I have records in a file like:
aaa,1,1,1
bbb,1,1,1
ccc,1,1,1
Now, when I try to delete bbb record it wouldn't delete that completely but leaves the key and a note 'Deleted record' with some strange character (y with .. accent above) there. Something like this:
aaa,1,1,1
bbb, y Deleted record
ccc,1,1,1
Strange is that when I delete aaa first everything is all right, in other words when you delete records consequently it deletes whole record line, any random deletion (in between the records) causes that silly note after the undeleted key.
is this inconsistency a bug or a feature? well, I would call it a bug, because it creates redundant information in a data file
::rk