PSS ID Number: 149150
Article Last Modified on 11/2/1999
! Compile options needed: none
use portlib
! Comment the following line for the first workaround:
character*10 :: ename = 'PATH'
! Uncomment the following line for the first workaround:
! character*4 :: ename = 'PATH'
character*100 :: evalue = 'nothing'
CALL GETENV( ename, evalue ) ! GETENV fails to return information
! Uncomment the following line for the second workaround:
! CALL GETENV( trim(ename), evalue )
print *, ename, " uses ", evalue
end
Additional query words: 4.00
Keywords: kbLangFortran KB149150
Technology: kbAudDeveloper kbFORTRANPower400NT kbFortranSearch kbZNotKeyword8