Page 1 of 1

Bug in import-command?

Posted: Fri Sep 25, 2015 12:49 am
by johansamuelsson
Hi

Something has happened with the "import"-command between version "Aug 25 2015 build" and "Sep 14 2015 build".

When running the code below in version "Aug 25 2015 build" (and in Eviews8) then the string "list" = " abc1 def1 gih1 abc2 def2 gih2".

But when running it in "Sep 14 2015 build" the string "list" is empty? Is it a bug or is the code wrong?

Regards Johan

Code: Select all

WfCreate u 1 100 ' Creating a temporary text-file Text t t.append "abc1" t.append "def1" t.append "gih1" t.append "abc2" t.append "def2" t.append "gih2" t.save(t=txt) c:\temp\Output Delete t ' Reading txt-file Import c:\temp\Output.txt String list For !i = 1 To series01.@last list = list + " " + series01(!i) Next Show list

Re: Bug in import-command?

Posted: Fri Sep 25, 2015 8:07 am
by EViews Steve
Thanks for the report -- we found the bug that was causing the problem. It'll be fixed on Monday in the next patch.

Steve