Next Prev Up Top Contents Index

simple-text-string

Type
Summary

The simple text string type.

Package

lispworks

Signature

simple-text-string length

Arguments

length

The length of the string (or * , meaning any).

Description

This is the simple version of text-string , that is, the string itself is simple. Equivalent to:

(simple-vector lw:simple-char length )
See also

text-string


LispWorks Reference Manual - 25 Jul 2003

Next Prev Up Top Contents Index