delphirtl
Version:
RTL functions from Delphi
26 lines (13 loc) • 489 B
Markdown
[**delphirtl**](../README.md) • **Docs**
***
[delphirtl](../globals.md) / SetEnvironmentVariable
# Function: SetEnvironmentVariable()
> **SetEnvironmentVariable**(`Name`, `Value`): `void`
Sets the specified variable in the environment with the given value
## Parameters
• **Name**: `string`
• **Value**: `string`
## Returns
`void`
## Defined in
[src/sysutils.ts:422](https://github.com/chuacw/delphirtl/blob/b2d86277a5251f0037cf01044224c3e29dc4c6be/src/sysutils.ts#L422)