I need to write something like this:
[section]
ENTRYNAME As you can see, there is no "=" or a value. How can I handle this?Thanks,
Denis
8 posts
[section]
ENTRYNAME As you can see, there is no "=" or a value. How can I handle this?[Section]
ENTRYNAME= Originally posted by Afrow UKThanks for your reply.
You cannot write it without the =. You will have to manipulate the file using FileOpen, FileRead, FileWrite and FileClose.
Stu
Originally posted by AndersThanks Anders. This would be a workaround for my problem I guess. I will talk to the devs about my problem.
you can do:
writeinistr "$temp\file.ini" section "name$\r$\n;dummy" ""
but that is hacky as hell and only works once for each section and you get alot of dummy entries
I'm pretty sure you can't write without a = with the win api