Subroutine arguments
Posted: Tue Aug 13, 2013 10:56 am
Hello,
I'm using Eviews 7
I've got two questions :
I'm wrinting a sub which will have two arguments : Subroutine mySub(Series mySeries, Sample mySmpl)
1) while inside the sub, how can I assign the value of mySmpl to a string : %myRange = ????
2) Instead of passing a Series to my sub, Is it possible to pass a transformation of a series, i.e. passing @pch(variable) instead of passing variable?
Thanks!
Danny
I'm using Eviews 7
I've got two questions :
I'm wrinting a sub which will have two arguments : Subroutine mySub(Series mySeries, Sample mySmpl)
1) while inside the sub, how can I assign the value of mySmpl to a string : %myRange = ????
2) Instead of passing a Series to my sub, Is it possible to pass a transformation of a series, i.e. passing @pch(variable) instead of passing variable?
Thanks!
Danny