Code:
common n1,nps
n1=5
nps=4
call try
end
subroutine try
print*,"nps",nps,"n1",n1
end
BUT it does NOT printout 4 for nps nor 5 for n1
what is wrong ?
Also how do i get this post to printout the code in the box for code ? that others are able to do ?