dwarning
Joined: 02 Dec 2010 Posts: 1
|
Posted: Thu Dec 02, 2010 8:44 pm Post subject: problems with ancient integer*2 |
|
|
Hello,
I know - nobody like it but:
subroutine test
INTEGER*2 kterm(6)
& /'= ', '+ ', '- ', '. ', ', ', ' '/
& , mrec1(6) /6*1/
INTEGER*2 mrec2(6) /6*1/
end
give problems like
Compiling file: FixedFormat1.for
.
\\tsclient\C\msys\1.0\home\warning\FixedFormat1.FOR(4) : error 281 - Not enough variables in DATA statement
\\tsclient\C\msys\1.0\home\warning\FixedFormat1.FOR(4) : error 52 - Compilation abandoned
Compilation failed.
Why I cannot mixe the both declarations/data statements. If I split them - no problems.
Thanks
Dietmar |
|