This means, the "If antw$ = "j"" block is not evaluated.
Can you explain, what is the reason to add 0.00005 or 0.00006 or 0.00001 to w(i,j)?
The numbers look arbitrarily.
Code: Select all
If contourlijn=w(i,j)
w(i,j)=w(i,j)+0.00001
EndIf
If contourlijn=w(i+1,j)
w(i+1,j)=w(i+1,j)+0.00002
EndIf