Hello, I have a question: In an Fortran code (Visual Studio) I have the following expression: INTEGER2 KENN INTEGER2 R5 ... KENN = R5 .AND. 'HFF00'
after this expression, I get the following error: 'INTEGER(KIND=2) variables, such as R5, cannot be in logical expressions (with '.AND.').' 😦
What is my Problem? :?:
Greetings from Germany! Michael