<< GetArticles | GetAutoColumns >> |
Top: Documentation Library | Up: G Commands |
GetArticleWordCount Undefined Command
GETARTICLEWORDCOUNT Text Queries
Gets the number of words in an article.
getarticlewordcount [ARTICLE name | DOCUMENT name | WINDOW name | ARTICLEID number]
ARTICLE/s The name of the article.
DOCUMENT/s The document name.
WINDOW/s The window name.
ARTICLEID/i The number of the article.
Results:
The number of words in the article is returned to RESULT.
Notes:
All options default to the current values if not specified.
Examples:
getarticlewordcount
GetArticleWordCount Command Definition url:PGScmd/getarticlewordcount
created:2006-03-30 22:20:06 last updated:2006-05-03 11:31:29
Copyright © 1985-2024 GrasshopperLLC. All Rights Reserved.
User Contributed Comments For GetArticleWordCount | sign in to add a comment |
Dan Kilroy wrote... | 2006-05-03 12:21:00 |
Script command submitted from PageStream internal documentation. Needs to be checked and merged with the command documentation above. count = GetArticleWordCount ([ARTICLE document:...-article | DOCUMENT document | WINDOW document-window | ARTICLEID id])
ARexx: Applescript: | |
User Contributed Comments For GetArticleWordCount | sign in to add a comment |
<< GetArticles | GetAutoColumns >> |
Top: Documentation Library | Up: G Commands |