isInRangeEx() (tick_24Validator Engine Only)

string isInRangeEx(int flags, string tagname1[, string tagname2...])

Returns the name of the tag that the current tag is in the range of (must be one of the listed tag names), else the function returns an empty string (""). A tag name (called tag1) is in the range of another tag (called tag2) if tag2 has been opened but not ended before tag1.

flags

1 - if the current tag is in the range of a listed tag name, stores the line number where the tag appears in the variable named "$isinrangeexline".

Also see: isInRange()