Bug in import-command?

For notifying us of what you believe are bugs or errors in EViews.
Please ensure your copy of EViews is up-to-date before posting.

Moderators: EViews Gareth, EViews Moderator

johansamuelsson
Posts: 160
Joined: Thu Mar 03, 2011 10:07 pm
Contact:

Bug in import-command?

Postby johansamuelsson » Fri Sep 25, 2015 12:49 am

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

EViews Steve
EViews Developer
Posts: 799
Joined: Tue Sep 16, 2008 3:00 pm
Location: Irvine, CA

Re: Bug in import-command?

Postby EViews Steve » Fri Sep 25, 2015 8:07 am

Thanks for the report -- we found the bug that was causing the problem. It'll be fixed on Monday in the next patch.

Steve


Return to “Bug Reports”

Who is online

Users browsing this forum: No registered users and 24 guests