Function EN Version 2.10

@SetEnvironment

NotesAdmin NotesSystem Text

Syntax

@SetEnvironment(TEXT1;TEXT2);

Description

Sets the environment variable TEXT TEXT1 to the value TEXT TEXT2.

Example: @SetEnvironment(TEXT1;TEXT2)

TEXT1:="XYZ";
TEXT2:="New_Entry_XYZ";
@SetEnvironment(TEXT1;TEXT2);

results in the following entry in NOTES.INI:

.
.
.
XYZ=New_Entry_XYZ

Note : This text was machine-translated and may contain inaccuracies.