PSS ID Number: 109879
Article Last Modified on 11/2/1999
OPEN (1, FILE='TEST')
WRITE(1, '(A)') 'Normal string' ! This is a normal FORTRAN
c string
WRITE(1, '(A)') 'Normal C string'C ! The C following the string
c constants indicates a C string
WRITE(1, '(A)') 'Extra null char'! ! The "!" treats this
c string as a C string
CLOSE (1)
END
Additional query words: 1.00
Keywords: KB109879
Technology: kbAudDeveloper kbFORTRANPower32100NT kbFortranSearch kbZNotKeyword2