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

system.verbs.builtins.mainResponder.rpcHandlers.discuss.getMessage

on getMessage (msgnum) {
	<<12/5/98; 9:59:25 AM by DW
		<<Return all the information we have for a message
		<<Let the XML-RPC support which is kernelized, do the marshalling
	
	local (adrmsgs = @[mainresponder.discuss.openfile ()].discuss.messages);
	return (adrmsgs^.[string.padwithzeros (msgnum, 7)])}



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.