Lahey Support
08-15-2003, 01:33 AM
Hi:
Anyone knows about when Fortran2k will be released? Also, will the new
Fortran
standard consdier to extend to function's capability? I mean something like
this: (a, b, c) = func(ai,bi,ci)
Yes, one can pass in/out more than one arguments by using subroutine. But
it is not straight forward. By using function, one can write this:
(a,b,c) = func(ai,bi,ci)
by using subroutine, one can only use:
call subs(ai,bi,ci)
by Cheng Cosine
Sep/20/2k+1 UT
__________________________________________________ _______________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp
----------------------------------------------------------
To unsubscribe, send to [address removed] the following
as the first and only line of the message body:
unsubscribe fortran
----------------------------------------------------------
Anyone knows about when Fortran2k will be released? Also, will the new
Fortran
standard consdier to extend to function's capability? I mean something like
this: (a, b, c) = func(ai,bi,ci)
Yes, one can pass in/out more than one arguments by using subroutine. But
it is not straight forward. By using function, one can write this:
(a,b,c) = func(ai,bi,ci)
by using subroutine, one can only use:
call subs(ai,bi,ci)
by Cheng Cosine
Sep/20/2k+1 UT
__________________________________________________ _______________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp
----------------------------------------------------------
To unsubscribe, send to [address removed] the following
as the first and only line of the message body:
unsubscribe fortran
----------------------------------------------------------