Monday, November 08, 2010 at 12:00 AM.

scripting2Suite.editor.savePrefs

on savePrefs (adrprefs) {
	<<Changes
		<<7/2/10; 6:49:09 AM by DW
			<<Created. 
	local (adrdata = scripting2suite.init ());
	local (username = adrdata^.editor.prefs.username);
	local (password = string (adrdata^.editor.prefs.password));
	local (server = string (adrdata^.editor.prefs.server));
	return ([server].scripting2.savePrefs (username, password, adrprefs^))}



This listing is for code that runs in the OPML Editor environment. I created these listings because I wanted the search engines to index it, so that when I want to look up something in my codebase I don't have to use the much slower search functionality in my object database. Dave Winer.