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.
I am trying to understand what the following snippet of code is doing.
Code:
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) and it4 >= it2)
....
end if
endscan