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

system.verbs.apps.Fetch.utilities.grindObjectModel

<<I used this script to move all the object model stuff
	<<into the Fetch.eventInfo table
	<<it could be used to process a glue table
	<<for other object model apps
	<<DW 11/18/95

local (i);
new (tabletype, @fetch.eventInfo);
for i = sizeof (fetch) downto 1 {
	if (typeof (fetch [i]) == enumeratortype) or (typeof (fetch [i]) == string4type) {
		msg (nameof (fetch [i]));
		table.move (@fetch [i], @fetch.eventInfo)}}



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.