Author |
Message |
Topic: Change Variable values at debug time in Plato? |
felix
Replies: 10
Views: 12017
|
Forum: Support Posted: Thu Nov 03, 2011 5:58 pm Subject: |
Sorry, I chose the wrong variable in the Open statement. Should have been the ERR instead of the RECL.
I = 80
OPEN.................ERR=I.........
E:\FORTRAN JOBS\JOINABMM.F95(260) : error 525 ... |
Topic: binary unix files |
felix
Replies: 3
Views: 5464
|
Forum: Support Posted: Wed Nov 02, 2011 11:39 pm Subject: |
What is desirable is impossible. There are just too many data formats to consider for a general purpose binary file configuration. Taking the most elementary, there are at least 5 floating point for ... |
Topic: Change Variable values at debug time in Plato? |
felix
Replies: 10
Views: 12017
|
Forum: Support Posted: Wed Nov 02, 2011 10:42 pm Subject: |
I was hoping for something like a compiler directive like "EQUATE" in other languages, especially assemblers. Consider....
EQUATE (value,80)
OPEN (UNIT=LU19,FILE='FILEA ... |
Topic: Error 409, Field width zero not allowed on input |
felix
Replies: 5
Views: 6965
|
Forum: Support Posted: Mon Oct 31, 2011 3:47 am Subject: |
Thanks, John. I can see the reasoning after realizing I was missing the format style you have given. Gosh, it's been a long time since my Fortran days for real. My last professional experience has ... |
Topic: Error 409, Field width zero not allowed on input |
felix
Replies: 5
Views: 6965
|
Forum: Support Posted: Mon Oct 31, 2011 12:47 am Subject: WRITE internal |
Talking about buffer writing, consider this sample:
! Fortran 95, freebee 6.1, GOT A RUN-TIME BUG!!
! Given the following:
CHARACTER*80 DATA1
CHARACTER*80 DATA2
... |
|