New Line in INI File
Hi Folks,
in my Setup I create a INI File and wanted to add some empty Lines to make the File easier to read
I have tried it with the following code...
WriteINIStr "C:\My.ini" "GLOBAL" "ORACLEOLEDB" "1$\r$\n"
WriteINIStr "C:\My.ini" "SERVERNETWORK" "PATH" "\\JUPITER\FILES"
In the ini the "$\r$\n" where these cryptic rectangles, in a Word File they became 5(!) empty lines
I have searched the Foren but I haven't found anything really matching to this
I'll Attach the INI and hope anyone has an idea
thanks in advance
Dave