home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 18 REXX / 18-REXX.zip / RXNEWS1A.ZIP / article.rxn next >
Text File  |  1993-04-19  |  1KB  |  31 lines

  1. ARTICLE
  2.  
  3. The article command is used to display an article on the screen.  If no article
  4. number is given, the current article is displayed.   The article command can
  5. also be issued as DISPLAY.
  6.  
  7. Syntax:
  8.  
  9.       ARTICLE [article-number]
  10.  
  11. where article-number is a valid article number in the range of articles
  12. available in the current group.
  13.  
  14. At the --MORE-- prompt, the 'N' and 'L' keys will move to the Next and Last
  15. articles, respectively.
  16.  
  17. Article Numbers and RexxNews
  18. ----------------------------
  19.  
  20. RexxNews refers to news articles by their index number at the NNTP server.
  21.  
  22. When you have a group selected, the prompt shows the range of articles
  23. available in the group, the number of the current article, and an estimate
  24. of the number of unread articles in the group.
  25.  
  26. Within a group, the Display or Article command can be used to display the
  27. current article or move to a specific article number.
  28.  
  29. The Next and Last commands will move to the next and previous articles,
  30. respectively.
  31.