Re: still confused about event counters...

A followup question

  <catch event="nomatch noinput" count="3" cond="some-expression">
      ...
  </catch>

Should the counter associated with this catcher increment if event
matches, but the cond evaluates to false? Or, increment count only if
both event matches and cond is true?

Seems the latter is how it works?

Received on Monday, 4 February 2002 10:02:32 UTC