Page 1 of 1

SaveSetting Function

Posted: May 6th, 2021, 10:51 am
by khurshid.arshad
Dear CSPro Team;

I am using SaveSetting Function during the interview. But at some stage i want to remove a specific savesetting.

if i used savesetting(clear), it clear all. How can i remove only a specific savesetting.

Thanks.
a.

Re: SaveSetting Function

Posted: May 6th, 2021, 6:08 pm
by Gregory Martin
Use a blank string, like this:
savesetting("SavedLogin", "");

Re: SaveSetting Function

Posted: May 6th, 2021, 6:34 pm
by khurshid.arshad
thanks.
a.