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

myTwitterProfileSuite.menuCommands.setPageBreakHere

<<Changes
	<<5/19/09; 11:50:44 AM by DW
		<<Created. 
local (adrdata = myTwitterProfileSuite.init (), atts);
new (tabletype, @atts);
op.attributes.getall (@atts);
if defined (atts.pagebreak) {
	dialog.alert ("Page break already set, pagenum = " + atts.pagenum + ".")}
else {
	atts.pagebreak = true;
	atts.pagenum = adrdata^.prefs.nextPageNum++;
	op.attributes.addgroup (@atts)}



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.