Already i set a value for a variable($EmpNumber) in the notes.ini file.
For Ex: $EmpNumber = 12345
while i am going to logoff the Notes Client, at that time i want to set the value of the variable($EmpNumber) to null that is i want to remove the variable ($EmpNumber) from notes.ini file.
Is it possible ?If its possible ,tell me the solution as soon as possible. or Is there any alternate solution to perform this, tell me that also.
Subject: RE: During Logoff i want to set the value of the variable in INI File
I suppose you could use code in the Queryclose event in the database script of bookmark.nsf. Or, for that matter, of the application that uses the environment variable.