@wdrop
Posted: Wed Jun 24, 2015 1:41 am
I'm trying to extract formula from series' history attribute but it doesn't work as expected. This code:
returns:
"Modified: 1998Q1 2020Q4 x=1"
instead of:
" x=1".
What am I doing wrong?
Code: Select all
string a = @wdrop("Modified: 1998Q1 2020Q4 => x=1", "*>")"Modified: 1998Q1 2020Q4 x=1"
instead of:
" x=1".
What am I doing wrong?