Intel® Fortran Compiler Classic and Intel® Fortran Compiler Developer Guide and Reference

ID 767251
Date 9/08/2022
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

SCANENV

Portability Subroutine: Scans the environment for the value of an environment variable.

Module

USE IFPORT

CALL SCANENV (envname,envtext,envvalue)

envname

(Input) Character*(*). Contains the name of an environment variable you need to find the value for.

envtext

(Output) Character*(*). Set to the full text of the environment variable if found, or to ' ' if nothing is found.

envvalue

(Output) Character*(*). Set to the value associated with the environment variable if found or to ' ' if nothing is found.

SCANENV scans for an environment variable that matches envname and returns the value or string it is set to.