I need to edit an INI file that contains no sections. Inno's internal INI "editor" (or whatever) won't allow writing "outside" of a section. So, by what other means can I assign a value to a key called, let's say 'key 1'?
Also, if it makes any difference, the value I need to write should be the result of a function, named GetUserInput
(yes, it's a String).