Page 1 of 1

Saveprogini - argument with space

Posted: Mon Apr 18, 2016 11:52 pm
by johansamuelsson
Hi

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 3
or

Code: Select all

saveprgini(file="c:\temp\myini.ini") "hello world" 3
or

Code: Select all

saveprgini(file="c:\temp\myini.ini") [default]"hello world" 3
does not creat a “.ini” file containing:

[default]
hello world=3

Regards Johan

Re: Saveprogini - argument with space

Posted: Tue Apr 19, 2016 10:18 am
by EViews Katerina
It will be fixed in the next patch.
The command should be :saveprogini([file=filename]) [section]"name with space" value