Originally Posted by pieran
History = strf("*_%s.t8", strdate("%Y-%m-%d",ldate(ET,0)));
By the way, this is illegal because History needs to point to a permanent and unchanging string, not a temporary string.