Re: .ini file standards?




"MSingAste" <MSingAste@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:5D27D17A-0476-4077-8B4A-7A74C75D3517@xxxxxxxxxxxxxxxx
> Hello. Are there documented standards for valid strings for
> WritePrivateProfileString(), etc.? All I could find was that a section in
the
> initialization file must have the following form:
>
> [section]
> key=string
>
> Specifically I was wondering:
> 1. Can a string itself contain brackets ([]), or is that reserved for
> sections?
> 2. Can a string contain an equals sign, eg. "key=Value=foo"?
> 3. Must a section begin on its own line, and at the first position?
>
> I know I could code around all of these questions, but I'd like to know
what
> the standard is.
>
> TIA,
>
> Michael

Here is an interesting link:
http://cloanto.com/specs/ini.html


.



Relevant Pages

  • .ini file standards?
    ... Are there documented standards for valid strings for ... WritePrivateProfileString(), etc.? ... initialization file must have the following form: ...
    (microsoft.public.vb.general.discussion)
  • Re: .ini file standards?
    ... Who cares whether or not you ... Are there documented standards for valid strings for ... Must a section begin on its own line, and at the first position? ...
    (microsoft.public.vb.general.discussion)