Search found 3 matches

by Alfonso S Michaelis
27 Oct 2018, 12:03
Forum: Ask for Help (v1)
Topic: IniRead requires blank line
Replies: 3
Views: 1472

Re: IniRead requires blank line

I can't understand that. Your script produces always an error. Please try to define the full path for your ini-file. Then for me it is working. I had tried with full path as well, same result. - If the ini file is a UTF-8 file, Windows views it as an ANSI file, and sees this: [MySection] - A fix...
by Alfonso S Michaelis
27 Oct 2018, 11:26
Forum: Ask for Help (v1)
Topic: IniRead requires blank line
Replies: 3
Views: 1472

IniRead requires blank line

I appear to have run into a problem where IniRead will not read a section if the section header is the first line of the ini file. In my ahk file I have: configPath := "config.ini" IniRead, exitScript, %configPath%, Bindings, exitScript, ERROR IniRead, button, %configPath%, Bindings, button, ERROR I...

Go to advanced search