Tuesday, August 18, 2009 at 7:52 PM.

godsTweetSuite.menuCommands.addCommentPageForTweet

<<Changes
	<<5/18/09; 1:35:58 PM by DW
		<<Created. 
local (adrtweet = table.getcursoraddress ());
if not defined (adrtweet^.userid) {
	scripterror ("Can't add a comment because the cursor is not on a tweet.")};
local (nomad = adrtweet, i);
for i = 1 to 5 {
	nomad = parentof (nomad^)};
webbrowser.openurl (godsTweetSuite.buildLandingPage (nameof (nomad^), adrtweet));
godsTweetSuite.buildReport (nameof (nomad^))



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.