Since before KVS was born I have saved default field data by assigning each field to a List element then saving to file with File.WriteList()
Apparently that does not work when the string data contains CRLF because the line are divided up and added as individual list elements. So I gave KVS a try only to discover exactly the same thing happens. I also tried String.Replace(CRLF,"|") to change the CRLF into a handy substitute to decode on retrieval but that does not work either. (Maybe I'm not hitting the right string element?)
Is there a quick and easy way to save default string values containing CRLF without it's own dedicated file for read/write?
Apparently that does not work when the string data contains CRLF because the line are divided up and added as individual list elements. So I gave KVS a try only to discover exactly the same thing happens. I also tried String.Replace(CRLF,"|") to change the CRLF into a handy substitute to decode on retrieval but that does not work either. (Maybe I'm not hitting the right string element?)
Is there a quick and easy way to save default string values containing CRLF without it's own dedicated file for read/write?