2.1.1 Obtaining ABAQUS/Standard environment variables

Product: ABAQUS/Standard  

References

Overview

Utility routine GETENVVAR can be called from any ABAQUS/Standard user subroutine to obtain the value of an environment variable.

Interface

character*256 ENVVAR
...
CALL GETENVVAR( 'ENVVARNAME',  ENVVAR, LENVVAR )
...

Variable to be provided to the utility routine

ENVVARNAME

Environment variable name.

Variables returned from the utility routine

ENVVAR

Character string to receive the value of the environment variable.

LENVVAR

Length of the character string ENVVAR.

For information on related topics, click the following item: