<&skip:()> has a single, but radically different function: To skip lines in a ruleset.
All BLOX Total CMS rulesets cause things to happen when something is matched. This is, of course, handled by putting things in the Start Tag: and End Tag: fields. But what if you need to do do something with something is NOT matched? Use skip, and the next lines will be processed when no match is made.
skip Details
| Title | Details |
|---|---|
| Name | skip |
| Generic Calls | <&skip:()>|<&skip:(p1)> |
| Sample Calls | <&skip:()>|<&skip:(1)>|<&skip:(4)> |
| Parameters | Zero or One. When none are specified, the default is skipping one line. When one is specified, it will skip the number of lines specified. Values that don't convert to positive numbers are ignored. |
| p1 | The number ruleset lines to skip |
