Notes on GSXMISC
================

GSXMISC contains four new small GenScrnX drivers:

  WNameVar     Treat the window name as a variable. For instance, if
               the window name was "WindName", this would be replaced with
               (WindName) or m.WindName where appropriate. This allows you to
               open multiple instances of the same screen.

  GXNoActi     Removes the ACTIVATE WINDOW command from an SPR. This allows
               you to have a load of nearly identical screens, with just one
               SPR for the common stuff and multiple SPRs for the differences.

  GXRmvBox     Removes any dotted boxes from the SPR. Sounds odd, but is
               useful in conjunction with InBrowse.

  InBrwSet     Another InBrowse add-on: Moves the Browse code generated by
               InBrowse to a function that can be called again later under
               program control.

Uploaded by the author, Julian Ransom (CIS 100415,2675)