I am programming a loop that looks as follows:
Code: Select all
FOR %x ...
FOR %y ...
FOR %z ...
IF (%y+%z <> %z+%y) THEN
genr {%x}{%y}{%z} = ...
ENDIF
NEXT
NEXT
NEXT
As stated, the if condition does not work, while no error is reported. How can I write the condition so that I obtain the right outcome?
Thank you in advance.
Yves
