Page 1 of 1

Change alpha series truncation with code

Posted: Mon Sep 19, 2016 2:14 am
by pelleenglund
Hi!

I wonder if there is a way to change maximum length in a alpha series from code? Instead of using the Option/Alpha Truncation menu.

Thanks in advance!
Pelle

Re: Change alpha series truncation with code

Posted: Mon Sep 19, 2016 6:25 am
by EViews Gareth
No.

Re: Change alpha series truncation with code

Posted: Mon Sep 19, 2016 7:52 am
by johansamuelsson
Yes, there may be a way

Code: Select all

%p1 = @Env("APPDATA")+"\Quantitative Micro Software\EViews\" %p2 = %p1+"EViews32.ini" SavePrgIni(file=%p2) [Options]"Alpha Truncate" 800 OptSet {%p1}
Regards Johan

Re: Change alpha series truncation with code

Posted: Mon Sep 19, 2016 7:56 am
by EViews Gareth
Clever.

Re: Change alpha series truncation with code

Posted: Tue Sep 20, 2016 2:29 am
by pelleenglund
Tack Johan! /FiD :)