qa.hlp (Table of Contents; Topic list)
CATSTR
   Directive Summary  Summary  Example
──────────────────────────────────────────────────────────────────────────────
 
  Syntax:  textlabel CATSTR string [,string]...
 
  Concatenates any number of strings and assigns the result to
  textlabel.
 
  textlabel   A unique symbol name.
 
  string      A string of text enclosed in angle brackets, a previously
              defined text macro, or an expression preceded by a percent
              sign (%).
 
  See Also:  equalsign (=), percent (%), SUBSTR, SIZESTR, INSTR
                                    -♦-