Page 1 of 1

@wdrop

Posted: Wed Jun 24, 2015 1:41 am
by svilen
I'm trying to extract formula from series' history attribute but it doesn't work as expected. This code:

Code: Select all

string a = @wdrop("Modified: 1998Q1 2020Q4 => x=1", "*>")
returns:
"Modified: 1998Q1 2020Q4 x=1"

instead of:
" x=1".

What am I doing wrong?

Re: @wdrop

Posted: Wed Jun 24, 2015 7:05 am
by EViews Gareth
I don't think @wdrop supports multiple wildcards. You could use a combination of @instr and @mid instead.