I believe that's similar to a problem I had a couple of months ago. There's a simple fix in one of the PBPL macro files for it, but I'm at work and don't have it handy. Involves changing a CT to BT or something along those lines. It's not the AND/OR that causes the problems, it's the index'ing part of the problem. I just don't remember what it is...if w1[index] < (w0 - 2) or w1[index] > (w0 + 2) then
Duncan
If you don't get a fix from MeLabs or have it posted here when I get home today, I'll post the fix in a fresh thread....(I know...should've done that weeks ago...)
Besides that...
should bew1 var word(8)
w1 var word[8]
Bookmarks