llLinksetDataFindKeys

From Second Life Wiki
Revision as of 14:35, 13 October 2022 by Rider Linden (talk | contribs) (Created page with "{{LSL_Function |func_sleep=0.0|func_energy=10.0 |func=llLinksetDataFindKeys |p1_type=string|p1_name=search|p1_desc=A regular expression describing which keys to return. |p2_ty...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Summary

Function: list llLinksetDataFindKeys( string search, integer start, integer count );

The llLinksetDataListKeys function returns a list of up to count keys from the datastore that match search, starting at the one indicated by start. If count is less than 1, then all keys between start and the end which match the search expression are returned.
Returns a list of the keys in the datastore.

• string search A regular expression describing which keys to return.
• integer start The first key to return.
• integer count The number of keys to return.

Specification

search is a Regular expression

Examples

Deep Notes

Search JIRA for related Issues

Signature

function list llLinksetDataFindKeys( string search, integer start, integer count );