NextPrevUpTopContentsIndex

collection-last-search

Generic Function
Summary

Returns the last string searched for in a collection.

Package

capi

Signature

collection-last-search collection => string

Arguments

collection

A collection.

Values

string

A string, or nil .

Description

The generic function collection-last-search returns the last string searched for in collection by collection-search or find-string-in-collection.

If neither of these functions has been called on collection , then the return value string is nil .

See also

collection-search
find-string-in-collection


LispWorks CAPI Reference Manual - 11 Apr 2005

NextPrevUpTopContentsIndex