Subj : Re: Ini files : write block of text from memo To : borland.public.cpp.borlandcpp From : Bob Gonder Date : Wed Mar 10 2004 06:53 am Netdevel wrote: >Hi guys : how do i write a memo contents to and from ini. Im ini experienced >but dunno how to do block text. So far it saves it but cant read it back as >multi lines go past the ini id in the ini file 3 suggestions. If you don't care about the formatting, remove the \r\n (replace with a space if needed) before saving. Or, replace each '\r' and '\n' with "\\r" and "\\n" before saving, and reconvert after reading. Or, if there are a fixed number of lines..... Line1 = Line2 = .