writing to tMemINIfile
From: Bob Richardson (bobr)
Date: 11/29/04
- Next message: Tom de Neef: "Re: writing to tMemINIfile"
- Previous message: MikeB: "Re: keeping CPU cool"
- Next in thread: Tom de Neef: "Re: writing to tMemINIfile"
- Reply: Tom de Neef: "Re: writing to tMemINIfile"
- Reply: pr: "Re: writing to tMemINIfile"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 29 Nov 2004 14:07:35 -0800
For some reason this isn't working;
var MyINI : tmeminifile;
begin
MyINI := TMemIniFile.Create('Test.ini');
MyINI.WriteString('7','test','5');
MyINI.free;
end;
I can ReadString's , but not WriteString's !! Anyone have an idea what the
fix is?
- Next message: Tom de Neef: "Re: writing to tMemINIfile"
- Previous message: MikeB: "Re: keeping CPU cool"
- Next in thread: Tom de Neef: "Re: writing to tMemINIfile"
- Reply: Tom de Neef: "Re: writing to tMemINIfile"
- Reply: pr: "Re: writing to tMemINIfile"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|