View Single Post
Or, for a short, no-nonsense word count:

Code:
set strDelim to text item delimiters
set text item delimiters to space
tell front document of application "OmniOutliner Professional"
	try
		display dialog (count of words of ((topic of rows) as text)) as text
	end try
end tell
set text item delimiters to strDelim
--

Last edited by RobTrew; 2010-04-23 at 06:37 AM.. Reason: attend to text item delimiters