home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 18 REXX / 18-REXX.zip / RXNEWS1A.ZIP / set.rxn < prev   
Text File  |  1993-04-19  |  2KB  |  47 lines

  1. The SET command is used to display and/or change the various RexxNews options.
  2.  
  3. When the set command is issued with no paramters, a list of variable names, 
  4. their values, and their types is displayed.
  5.  
  6. The variable types are:
  7.  
  8.        W       Whole Number (including dates such as 940413)
  9.        B       Binary (0=false, 1=true)
  10.        A       Alphanumeric (any value is allowed)
  11.  
  12. If a variable is displayed by the SET command, you can use the set command to
  13. change its value.  Most of the variable names are long and self-explanatory.
  14.  
  15. You must supply a value of the correct type to change a variable's value.  An
  16. error message will be returned otherwise.
  17.  
  18. The variables include:
  19.  
  20. newsrcname             name of the newsrc file
  21. overlap                number of lines to overlap when displaying an list
  22. headers                1=display headers with articles, 0=no headers
  23. displayatgroup         1=display current article after the group command
  24. rows                   number of rows on the screen
  25. cols                   number of columns on the screen
  26. groupname              name of the current group
  27. groupstat              subscription status of the current group (':' is 
  28.                        subscribed, '!' is unsubscribed, other is unknown)
  29.                        [Subscription status is ignored at present.]
  30. grouphighest           number of highest article seen in current group
  31. groupnewsrcline        line of the current group within the newsrc file
  32. newsrcdate             date the newsrc was last updated
  33. newsrctime             time the newsrc was last updated
  34. newgroupsatconnect     1=display new groups since the last time you connected
  35.                        to the newsserver immeadiately upon connecting.
  36. etcdir                 The name of the TCPIP etc directory (by default, the
  37.                        newsrc file is written to this location).
  38. rexxnewsdir            The location of the RexxNews help files.
  39. newarticlesatgroup     1=display subjects of new articles after the group 
  40.                        command
  41. postingok              1=The NNTP server allows posting from your workstation.
  42.                        [Currently, posting is unimplemented.]
  43. newuser                1=New RexxNews user
  44. server                 Name of the current/default NNTP server
  45.  
  46. It may not be wise to change the values of some of these variables.
  47.