| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |
Arguments: &rest rich-text-strings
Concatenates an arbitrary number of rich-text strings into a single rich-text string.
Note that simple concatenation (such as with concatenate) does not work with
rich-text strings because each string has a header that defines fonts
and so on, and also because a later string could inherit formatting
from the end of the previous string. This function merges the headers
and current formatting of the multiple strings as needed. If all of
the arguments are either the null string or nil
, then nil
is returned.
Copyright (c) 1998-2016, Franz Inc. Oakland, CA., USA. All rights reserved.
This page was not revised from the 8.1 page.
Created 2010.1.21.
| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |