EViews Gareth wrote:The () operators change depending on what type of object they are used on.
http://www.eviews.com/help/helpintro.ht ... 04.html%23
Hi...I am using EViews 9
below is my snippet to use logmsg and logsave
Code:
For !i=0 to 9
logmsg !i
Next
logmsg "Mark"
logsave E:\\test.txt
No bug reported after I clicked "Run" however the test.txt file in E drive was empty.
How can I write out output to screen or to log file...