i have maybe a simple question, but its blowing my mind. I have some code to refactor it a bit, but cant figure out what author thinks by this statement
If (j > 0) Then greatThanPrec = greatThanPrec And (signalAmplArray(i) > signalAmplArray(j))
I think i know how basic If Then else
works, but cant realize why is something like A = A
after then, and then is AND
maybe some short condition like in C/C++?