setenv
setenv |
Purpose
Synopsis
procedure setenv(name:string|text,value:string|text)
Arguments
|
name
|
Name of the environment variable
|
|
value
|
New value for the environment variable
|
Further information
1. The environment variable is deleted if it is assigned an empty string.
2. Variables created or modified with this procedure can be retrieved using the
getenv function and are inherited by processes started by
system or
openpipe.
3. The effect of this procedure is local to the running model (
i.e. system calls like the C function
getenv will not work for these variables). However, another module may access the environment maintained by mmsystem using the IMCI function
getenv (see Section
Published library functions).
4. This procedure is included in the published interface of
mmsystem (see Section
Published library functions).
Related topics
Module
© 2001-2020 Fair Isaac Corporation. All rights reserved. This documentation is the property of Fair Isaac Corporation ("FICO"). Receipt or possession of this documentation does not convey rights to disclose, reproduce, make derivative works, use, or allow others to use it except solely for internal evaluation purposes to determine whether to purchase a license to the software described in this documentation, or as otherwise set forth in a written software license agreement between you and FICO (or a FICO affiliate). Use of this documentation and the software described in it must conform strictly to the foregoing permitted uses, and no other use is permitted.
