Function
EN
Version 4.50
@DeleteEnvironment
NotesAdmin
NotesSystem
Text
Syntax
@DeleteEnvironment(TEXT1);
Description
Deletes the environment variable TEXT TEXT1 physically from NOTES.INI.
Returnvalue:
1 = variable could are deleted.
0 = variable not present.
@Errro… = An error occurred; the variable was not deleted.
Example: @DeleteEnvironment(TEXT1)
TEXT1:="Test";
Ret:=@DeleteEnvironment(TEXT1);
@LogReport(Ret);
It is the environment variable Test deleted from NOTES.INI.
Note : This text was machine-translated and may contain inaccuracies.
