Monday, April 04, 2011 at 1:05 AM.

radio2Suite.viewSlogan

on viewSlogan () {
	<<Changes
		<<2/24/11; 10:29:01 AM by DW
			<<Put "double quotes" around slogan.
		<<2/23/11; 10:56:49 PM by DW
			<<Created. 
	local (ix = date.minute () % sizeof (radio2Suite.data.slogans));
	return (""" + radio2Suite.data.slogans [ix + 1] + """)};
bundle { //test code
	dialog.alert (viewSlogan ())}



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.