Re: Removing from INI file
- From: "snide" <nospam@work>
- Date: Mon, 19 Sep 2005 09:31:18 +0200
Delekey() needs a section name.
there may be several lines VALUE=XX under different keys, so it is
impossible to determine which one has to be deleted.
If you are sure that only one VALUE=xx exists, you can scan the ini file to
find the targetted line (using ReadSection and ReadSectionValues), then get
the key and use it to delete the value.
Denis
.
- References:
- Removing from INI file
- From: Brian
- Removing from INI file
- Prev by Date: Re: New Feature Request: Automatic identing of code inside begin/end repeat/until blocks etc.
- Next by Date: Re: Removing from INI file
- Previous by thread: Removing from INI file
- Next by thread: Re: Removing from INI file
- Index(es):
Relevant Pages
|