home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 18 REXX / 18-REXX.zip / cube.zip / CUBE.REF < prev   
Text File  |  1993-06-07  |  5KB  |  66 lines

  1.                                 CUBE
  2.                                ══════
  3.                                 V2.6
  4.         ┌──────────────────────────────────────────────────────────────┐
  5.         │   ONERROR { CONTINUE | STOP }                                │
  6.         ├──────────────────────────────────────────────────────────────┤
  7.         │   CASE  { SENSITIVE | IGNORE }                               │
  8.         ├──────────────────────────────────────────────────────────────┤
  9.         │   LINEID { NOSTRIP | STRIP "x" }                             │
  10.         ├──────────────────────────────────────────────────────────────┤
  11.         │   AddLine  line  [( options]                                 │
  12.         │                                                              │
  13.         │   options : [ AFTER "x" [ONLY] | BEFORE "x" [ONLY] ]         │
  14.         │             [ IFNEW | ALWAYS ]                               │
  15.         │             [ *ID ]                                          │
  16.         │             [ RS(x) ]                                        │
  17.         │             [ IF "x"  ]                                      │
  18.         │             [ IFNOT "x"  ]                                   │
  19.         ├──────────────────────────────────────────────────────────────┤
  20.         │   CommentLine lineid WITH type [(options ]                   │
  21.         │                                                              │
  22.         │   options : [ALL | FIRST | LAST]                             │
  23.         │             [ *ID ]                                          │
  24.         │             [ IF "x"  ]                                      │
  25.         │             [ IFNOT "x"  ]                                   │
  26.         ├──────────────────────────────────────────────────────────────┤
  27.         │   DelLine lineid [(options ]                                 │
  28.         │                                                              │
  29.         │   options : [ ALL | FIRST | LAST ]                           │
  30.         │             [ *ID ]                                          │
  31.         │             [ RS(x) ]                                        │
  32.         │             [ IF "x"  ]                                      │
  33.         │             [ IFNOT "x"  ]                                   │
  34.         ├──────────────────────────────────────────────────────────────┤
  35.         │   RepLine lineid WITH replacement [( options]                │
  36.         │                                                              │
  37.         │   options:  [ ALL | FIRST | LAST ]                           │
  38.         │             [ ADDTOP | ADDBOTTOM | DONTADD ]                 │
  39.         │             [ *ID ]                                          │
  40.         │             [ RS(x) ]                                        │
  41.         │             [ IF "x"  ]                                      │
  42.         │             [ IFNOT "x"  ]                                   │
  43.         ├──────────────────────────────────────────────────────────────┤
  44.         │   AddString string IN lineid ( { AFTER s | BEFORE s} [Options│
  45.         │                                                              │
  46.         │   options : [ IFNEW | ALWAYS ]                               │
  47.         │             [ ALL | FIRST | LAST ]                           │
  48.         │             [ *ID ]                                          │
  49.         │             [ RS(x) ]                                        │
  50.         │             [ ADDTOP | ADDBOTTOM ]                           │
  51.         ├──────────────────────────────────────────────────────────────┤
  52.         │   DelString string [IN lineid] [(Options ]                   │
  53.         │                                                              │
  54.         │   options  : [ ALL | FIRST | LAST ]                          │
  55.         │              [ *ID ]                                         │
  56.         │              [ RS(x) ]                                       │
  57.         ├──────────────────────────────────────────────────────────────┤
  58.         │   RepString ostring WITH nstring [IN lineid] [(Options]      │
  59.         │                                                              │
  60.         │   options : [ ALL | FIRST | LAST ]                           │
  61.         │             [ *ID ]                                          │
  62.         │             [ RS(x) ]                                        │
  63.         ├──────────────────────────────────────────────────────────────┤
  64.         │   WHEN  { code1 ... coden  }                                 │
  65.         └──────────────────────────────────────────────────────────────┘
  66.