WHFSType::FindObjectsByMemberValueMask (open)

Masked search, returns ids of all whfs that have a string member that matches a LIKE mask Warning: string members with a length 2048 or more bytes will not be considered for matching.

Syntax

LOADLIB "mod::system/lib/internal/whfs/contenttypes.whlib";

INTEGER ARRAY FUNCTION FindObjectsByMemberValueMask(STRING membername, STRING mymask, BOOLEAN case_sensitive)

Parameters

STRING membername

Member to search in (use "*" to search all string members)

STRING mymask

Mask to search with

BOOLEAN case_sensitive

Case-sensitive search? (defaults to true)

Return value

INTEGER ARRAY

All matching object ids