Function.SqCollect.Checkpoint.TagBegins - VCMP-SqMod/SqMod GitHub Wiki
Collect into a container all the active SqCheckpoint instances where the tag begins with the specified value.
- Aliases:
SqCollect.Checkpoint.TagBegins- Signature:
(negate, sensitive, value);-
Parameters:
-
negate
boolThe valuetrueto negate the result of the comparison,falseotherwise. -
sensitive
boolThe valuetrueto perform a case sensitive comparison,falseotherwise. -
value
stringThe string value that should be searched for in the tag of each active SqCheckpoint instance.
-
negate
-
Return:
-
arrayAn array with all SqCheckpoint instances that matched the specified criteria.
-
-
Throws:
- This function may throw errors if any element fails to be appended to the array (most likely due to memory limitations).
No remarks available.
No example available.
-
functionSqCollect.Checkpoint.Active -
functionSqCollect.Checkpoint.TagEquals -
functionSqCollect.Checkpoint.TagBegins -
functionSqCollect.Checkpoint.TagEnds -
functionSqCollect.Checkpoint.TagContains -
functionSqCollect.Checkpoint.TagMatches
No references available.