- Found in:
- Scrab's PE
Form[]functionFilterFormsByKeyword(Form[]akForms, Keyword[]akKeywords, boolabMatchAll=false, boolabInvert=false)Global
Caveats
Parameters
Examples
Auto-Generated Example
Form[] myFormArray__akForms
Keyword[] myKeywordArray__akKeywords
bool myBool__abMatchAll
bool myBool__abInvert
Form[] returnedValue = PyramidUtils.FilterFormsByKeyword(myFormArray__akForms, myKeywordArray__akKeywords, myBool__abMatchAll, myBool__abInvert)