Monday, November 08, 2010 at 12:01 AM.
system.verbs.apps.s3.simpleDb.deleteDomain
on deleteDomain (name, adrerrorstring=nil) {
<<Changes
<<1/4/08; 4:12:16 PM by DW
<<Created.
local (t);
new (tabletype, @t);
t.DomainName = name;
return (s3.simpleDb.httpClient ("DeleteDomain", @t, adrerrorstring))};
bundle { //test code
deleteDomain ("Iowa")}
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.