Important Notice
The pages on this site contain documentation for very old MS-DOS software,
purely for historical purposes.
If you're looking for up-to-date documentation, particularly for programming,
you should not rely on the information found here, as it will be woefully
out of date.
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
-♦-