|
Home | Tips | Library | Other Authors | Other WP Sites | Writer's Links | Contact | Site Map | Donate |
|
Toolbox for WordPerfect |
||
|
Macros, tips, and
templates for Corel® WordPerfect® for Windows® |
Page updated Mar 6, 2013 | |
| COUNTTXT - Count specific words or other text strings | ||
|
CountTxt.wcm - A macro that searches for and counts specific words or phrases in the document (e.g., the number of times your client's name appears). This is another example of how to count text items using a search routine with a "loop-and-increment-counter". Notes The macro language limits macro variable storage to 79 characters, including spaces. (See here for more.) This is the limit you can enter in the macro's pop up menu. Hyphenated words (with [-Hyphen] codes) will not be found or counted. Tip You can also get a count of words using Edit, Find and Replace. Just use the same word in the Replace field that you use in the Find field. WordPerfect will give you a count of the replacements. (Of course, this method modifies your document, but you can always close it without saving it. Or you might be able to use Edit, Undo to restore it.) |
|