ProProgram syntax
I have defined a condition for a feature creation in ProProgram which works fine:
IF D42 > 0
...blah...feature definition...
ENDIF
But trying to add a second condition yields this error:
IF D42 > 0 AND D48 > D43
!*** ERR: line contains a bad symbol or is otherwise invalid
Same goes for this attempt:
IF D42 > 0 AND IF D48 > D43
!*** ERR: line contains a bad symbol or is otherwise invalid
I assume this is a syntax error. Can someone please help me out with this?

