![[LISPWORKS]](/image.pl?url=http%3a%2f%2fwww.lispworks.com%2fdocumentation%2fHyperSpec%2fBody%2f..%2fGraphics%2fLWSmall.gif&f=jpg&w=240)
![[Common Lisp HyperSpec (TM)]](/image.pl?url=http%3a%2f%2fwww.lispworks.com%2fdocumentation%2fHyperSpec%2fBody%2f..%2fGraphics%2fCLHS_Sm.gif&f=jpg&w=240)
Class Precedence List:
string,vector,array,sequence,t
Description:
Astring is aspecializedvector whoseelements are oftypecharacter or asubtype oftypecharacter. When used as atype specifier for object creation,string means(vector character).
Compound Type Specifier Kind:
Abbreviating.
Compound Type Specifier Syntax:
string[size]
Compound Type Specifier Arguments:
size---a non-negativefixnum, or thesymbol*.
Compound Type Specifier Description:
This denotes the union of alltypes(arrayc (size)) for allsubtypesc ofcharacter; that is, the set ofstrings of sizesize.
See Also:
Section 16.1 (String Concepts),Section 2.4.5 (Double-Quote),Section 22.1.3.4 (Printing Strings)