Errors and break down with table @find command in command line

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

mamo
Posts: 192
Joined: Wed Nov 07, 2012 9:11 am

Errors and break down with table @find command in command line

Postby mamo » Thu Jan 12, 2023 5:19 am

Dear Eviews Team,

I am using Eviews 13, Oct 17 2022 build
When using the @find command with a table object unexepected events, including a break-down of Eviews breaks, occur.
Please refer to the code below for the details.
(PS: Using find manually via keyboard CRT+F works as expected.)

Best, mamo

Code: Select all

wfcreate a 2000 2022
series x=1.658682
freeze(tab) x.sheet
' The following line works as expected
string s tab.@find("2005")
' The following line delivers the unexpected result of an empyt string s
string s tab.@find("1.6")
' Using the menu or CRTL-F to search for "1.6" gives the expected result of hilighting the first cell in which "1.6" appears.
' The following line , however, causes Eviews to break down
tab.@find("Modified")

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

Re: Errors and break down with table @find command in command line

Postby EViews Steve » Thu Jan 12, 2023 1:04 pm

The crash will be fixed in the next patch.

By the way, your program needed the following changes:

Code: Select all

' The following line works as expected
string s = tab.@find("2005")
' The following line delivers the unexpected result of an empyt string s
string s = tab.@find("1.6")


Return to “Bug Reports”

Who is online

Users browsing this forum: No registered users and 15 guests