GetArticleName Undefined Command

GETARTICLENAME Text Queries

Gets the name of an article.

getarticlename [DOCUMENT name | WINDOW name | ARTICLEID number]

DOCUMENT/s The document name.

WINDOW/s The window name.

ARTICLEID/i The number of the article.

Results:

The article name is returned to RESULT.

Notes:

All options default to the current values if not specified.

Examples:

getarticlename

 

GetArticleName  Command Definition  url:PGScmd/getarticlename
  created:2006-03-30 22:20:06   last updated:2006-05-03 11:28:09
  Copyright © 1985-2024 GrasshopperLLC. All Rights Reserved.

User Contributed Comments For GetArticleName
Dan Kilroy wrote...2006-05-03 12:19:21

Script command submitted from PageStream internal documentation. Needs to be checked and merged with the command documentation above.
Gets the {...} .

aname = GetArticleName ([ARTICLE document:...-article | DOCUMENT document | WINDOW document-window | ARTICLEID id])


Parameters:


Results:


Notes:


See Also:


Examples:
Python:


ARexx:

Applescript:

User Contributed Comments For GetArticleName