Re: [問題] 想問一個簡單的例子 讀檔案
※ 引述《chengyu2001 (踩到瘋狗尾巴= =)》之銘言:
: 想問一個簡單的例子
program test
real,dimension(11)::a
integer i
open(unit=10,file='number.txt',status='old')
do i=1,99
read(10,*,end=20) a(i) !end=20是代表讀完檔案跳到標籤20
write(*,*) a(i)
enddo
20 continue
end
: number.txt裡面有 10個數字
: 我想把10個數字讀進去a裡面在輸出到螢幕
: 無奈這邊卻出錯 請問這樣是否可行
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 123.192.84.90
※ 編輯: crazy10167 來自: 123.192.84.90 (04/19 01:00)
→
04/19 01:01, , 1F
04/19 01:01, 1F
推
04/19 09:55, , 2F
04/19 09:55, 2F
討論串 (同標題文章)
Fortran 近期熱門文章
PTT數位生活區 即時熱門文章