in User guide I p168, there is precedence order, but the logical "NOT" is absent
Code: Select all
pagecreate(page=prec) u 8
%a = "a"
c = 100
c(1) = (not %a="b") '0
c(2) = (not (%a="b")) '1
Moderators: EViews Gareth, EViews Moderator
Code: Select all
pagecreate(page=prec) u 8
%a = "a"
c = 100
c(1) = (not %a="b") '0
c(2) = (not (%a="b")) '1
Users browsing this forum: No registered users and 2 guests