Article ID: 106726
Article Last Modified on 10/2/2003
-or-
A <press the DOWN ARROW key> A(1) <press the UP ARROW key> <ENTER>
-a
CV1255 Message: no data members
a(1) = EE0037 Error: Array subscript out of bounds.
real*4 x(10)
x = 3.14
call sub (x)
end
subroutine sub (a)
real*4 a(*)
a(1) = 1.2
print*, a(1)
end
Additional query words: nofpsnt 1.00
Keywords: KB106726