<< GetARexxGadget | GetArticleDesc >> |
Top: Documentation Library | Up: G Commands |
GetArticle Undefined Command
GETARTICLE Text Queries
Gets information concerning an article.
getarticle [FILEINFO stem] [FRAMES stem] [ARTICLE name | DOCUMENT name | WINDOW name | ARTICLEID number]
FILEINFO/a Gets the status of the article.
FRAMES/a Gets the number and IDs of frames in the article.
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:
FILEINFO stem
mode/k The storage location: internal|external.
file/s The article filepath and name.
FRAMES stem
count/i The number of frames in the article.
0/i The first frame's object id.
1/i The second frame's object id.
etc.
Notes:
All options default to the current values if not specified.
Examples:
getarticle info
GetArticle Command Definition url:PGScmd/getarticle
created:2006-03-30 22:20:06 last updated:2006-03-30 22:20:06
Copyright © 1985-2024 GrasshopperLLC. All Rights Reserved.
User Contributed Comments For GetArticle | sign in to add a comment |
Dan Kilroy wrote... | 2006-05-02 16:37:22 |
Script command submitted from PageStream internal documentation. Needs to be checked and merged with the command documentation above. articleid = GetArticle ([FILEINFO &filestem/{PGS50:.MODE<INTERNAL|EXTERNAL>}.FILE.FORMAT.DATE.TIME] [FRAMES &objectidstem/.count.0.1.2...] [NAME &name][DESC &desc][AUTHOR &author][COPYRIGHT ©right] [ARTICLE document:...-article | DOCUMENT document | WINDOW document-window | ARTICLEID id])
ARexx: Applescript: | |
User Contributed Comments For GetArticle | sign in to add a comment |
<< GetARexxGadget | GetArticleDesc >> |
Top: Documentation Library | Up: G Commands |