Page 1 of 1

storing current sample in a string?

Posted: Fri Aug 09, 2013 10:24 am
by DBel2012
Hello,

I'm using Eviews 7.

I'm building a program, and during the execution of that programm I will need to store fro time to time the current sample in a string variable . How can I do that?

Thanks!
Danny

Re: storing current sample in a string?

Posted: Fri Aug 09, 2013 10:38 am
by EViews Gareth

Code: Select all

%currsmpl = @pagesmpl

Re: storing current sample in a string?

Posted: Fri Aug 09, 2013 11:02 am
by DBel2012
Many many thanks Gareth!