Internal WRITE Statement
ex)
WRITE (line, '(2I10, F10.2)'), i, j, slope
! i, j 및 slope 값을 format맞추어 line에 쓴다. line은 아마도 character data type
'Programming > Fortran' 카테고리의 다른 글
배정도 실수로 변수를 초기화 하기 (0) | 2008.12.18 |
---|---|
저장값의 범위 2 (0) | 2008.12.18 |
Convert character data into numeric data and vice versa using internal file (0) | 2008.12.18 |
Intrinsic Character Functions (0) | 2008.12.16 |
Lexical Functions (0) | 2008.12.16 |