[Fortran 77] Aide message d'erreur
Bonjour!!
De nouveau un problème incompréhensible avec mon petit programme...
les lignes de commande:
Code:
1 2 3 4 5 6 7 8
| WRITE(*,*)FICH
OPEN(UNIT=40,
$ FILE=FICH,
$ STATUS='OLD',
$ ACCESS='DIRECT',
$ FORM='FORMATTED',
$ RECL=12) |
me donnent:
Citation:
☺ ☺ +" ( Ó*" ö\└w0F¥w****?☼┴wı┘@ *┐µ♥á³┬wÉ+"
open: Invalid argument
apparent state: unit 40 named ☺
last format: list io
lately writing sequential formatted external IO
This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
La ligne avec les petites tetes correspondant au write(*,*)FICH
Avec:
CHARACTER*52 FICH
CHARACTER*52 CHEMIN
LT=len_trim(CHEMIN)
FICH=CHEMIN(1:LT)//'hea.txt'
Si vous pouvez m'aider...
Merci d'avance!