I have two files
c:\temp\p1.prg
Code: Select all
LogMode(name="logg") LogMsg
LogMsg 11
Exec c:\temp\p2.prg
LogMsg 12Code: Select all
LogMsg TEST11
12
I expected
11
TEST
12
Or am I wrong?
Regards Johan
Moderators: EViews Gareth, EViews Moderator
Code: Select all
LogMode(name="logg") LogMsg
LogMsg 11
Exec c:\temp\p2.prg
LogMsg 12Code: Select all
LogMsg TESTWhy is this change implemented in Eviews 11? It feels strictly worse than the Eviews 10 behaviour. At least it should be possible to get the old behaviour with a Logmode option.EViews11 behavior is changed and the program that is being executed with exec command will require a LogMode command and log messages will be displayed in a new dialog as described in previous post.
Users browsing this forum: No registered users and 2 guests