Saveprogini - argument with space
Posted: Mon Apr 18, 2016 11:52 pm
Hi
How do I write a argument to saveprogini where "name" has space in it?
For example
or
or
does not creat a “.ini” file containing:
[default]
hello world=3
Regards Johan
How do I write a argument to saveprogini where "name" has space in it?
For example
Code: Select all
saveprgini(file="c:\temp\myini.ini") hello world 3Code: Select all
saveprgini(file="c:\temp\myini.ini") "hello world" 3Code: Select all
saveprgini(file="c:\temp\myini.ini") [default]"hello world" 3[default]
hello world=3
Regards Johan