Basically the table contains a field named i and another column named w.
Yeah, no thought given to appropriate names.
Anyhow, the more I ponder it, the more I have come to realize that it7, it6, it5, it4, it3, it2, it1 is a queue where the newest value of i is stuffed in it1.
It is being used...
There is a table wdata where one field is simply called i
I am trying to understand what the following snippet of code is doing.
public it7, it6, it5, it4, it3, it2, it1
scan
it7 = it6
it6 = it5
it5 = it4
it4 = it3
it3 = it2
it2 = it1
it1 = i
if (it4 >= it3)...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.