Author |
Message |
Topic: problem with totime@ on 64bit compiler |
patrickm
Replies: 9
Views: 18015
|
Forum: Support Posted: Wed Jul 26, 2023 12:25 pm Subject: problem with totime@ on 64bit compiler |
I think that totime@ is not working correctly for 64bit ftn95.
This is illustarted by the program
program timetest
character*8 totime@
integer(kind=2) mode,dev,rdev,nlink,error ... |
Topic: DIRENT@ problem on FTN 8.95.0 |
patrickm
Replies: 8
Views: 13305
|
Forum: Support Posted: Mon Jul 24, 2023 5:33 pm Subject: |
Thank you for the suggestions. I have rewritten my program, different from the manual example, to use FILES@, and everything is working now.
Patrick |
Topic: DIRENT@ problem on FTN 8.95.0 |
patrickm
Replies: 8
Views: 13305
|
Forum: Support Posted: Fri Jul 21, 2023 4:43 pm Subject: DIRENT@ problem on FTN 8.95.0 |
The example program from the manual:
PROGRAM DIRENT
CHARACTER (LEN=20)::PAT,FILE
INTEGER (KIND=2)::ATTR,DATE,TIME,EC
INTEGER (KIND=3)::SIZE
CALL COUA@('Input directory pattern:')
READ '(A ... |
|