Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
10
Task/Input-loop/HicEst/input-loop.hicest
Normal file
10
Task/Input-loop/HicEst/input-loop.hicest
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
CHARACTER name='myfile.txt', string*1000
|
||||
|
||||
OPEN(FIle=name, OLD, LENgth=bytes, IOStat=errorcode, ERror=9)
|
||||
|
||||
DO line = 1, bytes ! loop terminates with end-of-file error at the latest
|
||||
READ(FIle=name, IOStat=errorcode, ERror=9) string
|
||||
WRITE(StatusBar) string
|
||||
ENDDO
|
||||
|
||||
9 WRITE(Messagebox, Name) line, errorcode
|
||||
Loading…
Add table
Add a link
Reference in a new issue