Comment after text.append causes quotes

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

dmarchevsky
Posts: 2
Joined: Tue Jan 18, 2011 3:38 pm

Comment after text.append causes quotes

Postby dmarchevsky » Tue Jan 18, 2011 3:46 pm

Hello,

I'm using Eviews 7.1 Dec 29 2010 build. When a text.append "somestring" has a comment 'somecomment on the same line, quotes will be added to the text. When there is no comment on the line, there are no quotes added. I believe this to be a bug as comments should not affect program functionality.

Here is a program to reproduce (run in an open workbook):

Code: Select all

text t1 text t2 t1.append "Hello, world" t2.append "Hello, world" 'comment
First line of t1 is : Hello, world
First line of t2 is : "Hello, world"

Thanks!

dmarchevsky
Posts: 2
Joined: Tue Jan 18, 2011 3:38 pm

Re: Comment after text.append causes quotes

Postby dmarchevsky » Tue Jan 18, 2011 3:50 pm

Also note the functionality in a similar program:

Code: Select all

text t1 text t2 t1.append "Hello, ""world" t2.append "Hello, ""world" 'comment
t1 first line: Hello, "world
t2 first line: "Hello, ""world"

So it doesn't seem to just leave in quotes at the ends of the string.

EViews Jason
EViews Developer
Posts: 870
Joined: Tue Sep 16, 2008 3:50 pm

Re: Comment after text.append causes quotes

Postby EViews Jason » Tue Jan 18, 2011 3:52 pm

You are right. We'll get it fixed ASAP.


Return to “Bug Reports”

Who is online

Users browsing this forum: No registered users and 2 guests