GetArticle Text Query Command

Queries PageLiner to find if an article is open.

getarticle <name>

name/s The name of the article to check.

Errors:

Returns 10 to RC if the article is not open.

Examples:
ARexx:

getarticle pagestream:readme.now
if rc~=0 then say 'Article is open.'
else say 'Article is not open!'

 

GetArticle  Command Definition  url:PLcmd/getarticle
  created:2006-04-19 19:13:35   last updated:2006-08-19 14:20:34
  Copyright © 1985-2024 GrasshopperLLC. All Rights Reserved.

User Contributed Comments For GetArticle
There are no user contributed comments for this page.