"Ads by Goooooogle" links provided by Google.com, which has sole control over all advertising content it displays on this site.

Home | Tips | Library | Other Authors | Other WP Sites | Writer's Links | Contact | Site Map

Barry MacDonnell's
Toolbox for WordPerfect

Macros, tips, and templates for Corel® WordPerfect® for Windows®
© Copyright 1996-2006 by Barry MacDonnell. All Rights Reserved.

Page updated June 24, 2007
COUNTCHR - Count characters and spaces

Download COUNTCHR.ZIP (v1.03; 10/19/06; 7,565 bytes)

Compatible with WordPerfect 8-X3+

Downloading, Documentation, Modifications, and Support

A macro to count text characters and spaces in the document or in selected text.

Why use it? Some editorial tasks may require a count of both characters and spaces. (WordPerfect's File>Properties>Information>Characters does not count spaces in its character count.) The macro is a simple example of how to count text items in your document using a "loop-and-increment-counter" approach. (Annotated.)