Code: Select all
logmode -p error -hideproglineModerators: EViews Gareth, EViews Moderator, EViews Jason, EViews Matt
Code: Select all
logmode -p error -hideproglineIt should read[Hide/Do not hide] the program line number when reporting errors encountered during execution.
This isn't as helpful as having line numbers, but you can sporadically add your own custom messages to the program log using 'logmsg'.[Hide/Do not hide] the program line when reporting errors encountered during execution.
Code: Select all
logmode logmsg
logmsg creating workfile
create u 10
logmsg creating 2 series
series x=rnd
series y= x+1
logmsg entering for loop
for !i=1 to 10
%s = @str(!i)
logmsg %s
next
logmsg finishedUsers browsing this forum: No registered users and 2 guests