NextPrevUpTopContentsIndex

collection-find-string

Generic Function
Summary

Finds the next occurence of a string in a collection, prompting for the string if it is not supplied.

Package

capi

Signature

collection-find-string collection &key set string => index

Arguments

collection

A collection.

set

A boolean.

string

A string, or nil .

Values

index

A non-negative integer or nil .

Description

The generic function collection-find-string calls find-string-in-collection with collection and set.

string is also passed if non- nil . If string is nil , collection-find-string first prompts the user for a string to pass.

set defaults to t .

See also

collection-search
find-string-in-collection


LispWorks CAPI Reference Manual - 11 Apr 2005

NextPrevUpTopContentsIndex