PSS ID Number: 149138
Article Last Modified on 11/3/1999
-or-
i = 3 , j = 4-or-
x (3) = 2
"x( 2) = 1" or "y( 1, 1, 1) = 5"
C Compile options needed: none
integer i, j, x(3), y(1,1,1)
namelist /thelist/ i, j, x, y
open(7, file='test.in', mode='read')
read(7, thelist)
write(*, thelist)
end
Namelist input file:
---test.in---
&thelist
i = 3 , j = 4
x (3) = 2
x( 2) = 1
y( 1, 1, 1) = 5
/
---end---
Additional query words: 4.00
Keywords: kbLangFortran KB149138
Technology: kbAudDeveloper kbFORTRANPower400NT kbFortranSearch kbZNotKeyword8