Next Previous Contents

54. putenv

Synopsis

Add or change an environment variable

Usage

putenv (String_Type s)

Description

This functions adds string s to the environment. Typically, s should of the form "name=value". The function signals a S-lang error upon failure.

Notes

This function is not available on all systems.

See Also

getenv, sprintf


Next Previous Contents