INTERGER H
IF (H(J,2).GT.0.AND.H(J,2).LT.77B) GO TO 550
This sentence can't be compilered in ivf9.
"IF (H(J,2).GT.0.AND.H(J,2).LT.O'77') GO TO 550" (1)
OR
"IF (H(J,2).GT.0.AND.H(J,2).LT.63) GO TO 550", (2)
WHICH IS CORRECT? OR OTHER?
AND THIS ONE.
IF ((NN(I) .AND.77777700000000000000B).EQ.3LCOM) GO TO 190
IF it is used in place of "IF ((NN(I) .AND.O'77777700000000000000').EQ.3LCOM) GO TO 190",
THIS WILL A CLEW:" Error: This octal constant is too large in this context. [O'77777700000000000000']"
THANKS!
IF (H(J,2).GT.0.AND.H(J,2).LT.77B) GO TO 550
This sentence can't be compilered in ivf9.
"IF (H(J,2).GT.0.AND.H(J,2).LT.O'77') GO TO 550" (1)
OR
"IF (H(J,2).GT.0.AND.H(J,2).LT.63) GO TO 550", (2)
WHICH IS CORRECT? OR OTHER?
AND THIS ONE.
IF ((NN(I) .AND.77777700000000000000B).EQ.3LCOM) GO TO 190
IF it is used in place of "IF ((NN(I) .AND.O'77777700000000000000').EQ.3LCOM) GO TO 190",
THIS WILL A CLEW:" Error: This octal constant is too large in this context. [O'77777700000000000000']"
THANKS!