| Allegro CL version 10.1 Unrevised from 10.0 to 10.1. 10.0 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-2022, Franz Inc. Lafayette, CA., USA. All rights reserved.
This page was not revised from the 10.0 page.
Created 2019.8.20.
| Allegro CL version 10.1 Unrevised from 10.0 to 10.1. 10.0 version |