Code: Select all
logmode -hideprogline all 'work, but not see line number
'logmode debug 'can not find the log window
wfcreate u 7
c(1) = @verstr 'error
wfcreate u 7
c(1) = @verstr
Non numeric argument in "C(1) = @VERSTR".
Moderators: EViews Gareth, EViews Moderator, EViews Jason, EViews Matt
Code: Select all
logmode -hideprogline all 'work, but not see line number
'logmode debug 'can not find the log window
wfcreate u 7
c(1) = @verstr 'error
It should readhideprogline/-hideprogline [Hide/Do not hide] the program line number when reporting errors encountered during execution.
To elaborate on this, normally when an error is encountered in a program you will get 2 things: 1)the error and 2)the program line generating the error.hideprogline/-hideprogline [Hide/Do not hide] the program line when reporting errors encountered during execution.
Code: Select all
create u 10
show xBut if you add 'logmode hideprogline' such that you haveX is not defined in "SHOW X".
Code: Select all
logmode hideprogline
create u 10
show xX is not defined.
Users browsing this forum: No registered users and 2 guests