Hi Group,
I am getting a compiler error msg which reads:
error 1090 - Character substrings are not permitted in this context
Its the last line of the following code which the compiler is issuing the error against:
OPEN(4,FILE='FPT1_RUN.BAT')
OPEN(1,FILE='GEN_TEMP.PAR')
READ(1,'(A)',ERR=199)FLE1
199 CLOSE(1)
WRITE(4,*)'@WIN /R CUTEDITJ '//CDIP(25,L)(:L)//FLE1
As I understand it the code sytax was good for Fortran 77, any ideas please?