albert1981
New member
- Feb 16, 2007
- 61
Hallo everybody,
I have this file:
parameter=5
Read(1,*)a
If (a==(parameter))
read(1,*)b
write(2,*)b
end if
where parameter it will be used for differents cases but the problem is that seems to be: If (a==(parameter)).It seems that can not read the number that I give two lines before.
Thanks
Albert
I have this file:
parameter=5
Read(1,*)a
If (a==(parameter))
read(1,*)b
write(2,*)b
end if
where parameter it will be used for differents cases but the problem is that seems to be: If (a==(parameter)).It seems that can not read the number that I give two lines before.
Thanks
Albert