llLinksetDataFindKeys
Function Syntax
list llLinksetDataFindKeys(
- string search, // A regex search string to match against keys in the datastore.
- integer start, // First entry to return. 0 for start of list.
- integer count // Number of entries to return. Less than 1 for all keys.
Returns a list of keys from the linkset’s data store matching the search parameter.