[Gretl-users] TRAMO/SEATS

2012-09-25 Thread Miviam
Hi everyone I'm very new with the Gretl and I pretend to make a routine where it is included a conjuncture analysis with signal extractions through TRAMO/SEATS (no X12-ARIMA or X13). Is there any program already written for that? Thanks Regards Eduardo Hi everyone I’m very new with

[Gretl-users] String Operations: Removing Blank Spaces

2012-09-25 Thread Henrique Andrade
Dear Gretl Community, I would like to know how can I remove the spaces before a specific character in a string. Please take a look at my example: string s1a = " @Gretl is great!" string s2a = " @Gretl is really great!" string s1b = strsub(s1a, " @", "") string s2b = strsub(s2a,

Re: [Gretl-users] String Operations: Removing Blank Spaces

2012-09-25 Thread Allin Cottrell
On Tue, 25 Sep 2012, Henrique Andrade wrote: > I would like to know how can I remove the spaces before a specific > character in a string. Please take a look at my example: > > > string s1a = " @Gretl is great!" > string s2a = " @Gretl is really great!" > > string s1b = strsub(s1a, "