I am trying to copy from a memo field in an Interbase table to a memo field in a Paradox DOS table. Using an insertrecord command copies the data correctly except that the #13#10 is copied as well. This shows up as a music note at the end of every memo entry.
I have tried other methods to strip these characters, but run into problems with data type conversions and only copying the first 255 characters.
Is there an easy way to correct this?
Any help is greatly appreciated
I have tried other methods to strip these characters, but run into problems with data type conversions and only copying the first 255 characters.
Is there an easy way to correct this?
Any help is greatly appreciated