---------------------------------------------------------------------------
| 331 | } |
| 332 | //--------------------------------------------------------------------------- |
| 333 | void TMYIniFile::WriteStringNOCR(char * Section, char * Ident, char * Value) |
| 334 | { |
| 335 | AnsiString v = SpecialReverseReplace(Value); |
| 336 | WriteString(Section, Ident, v.c_str()); |
| 337 | } |
| 338 | //--------------------------------------------------------------------------- |
| 339 | void TMYIniFile::WriteInteger(char * Section, char * Ident, int Value) |
| 340 | { |