Due to a sudden burst in spammer activity, account creation has been temporarily disabled. Sorry for the inconvenience to any new potential contributors.

EvalEvent

From AGEWiki

Jump to: navigation, search

EvalEvent

Syntax  

EvalEvent = EventName; Condition; NumOccurs

Description

A logical test will carried out to compare the occurrences of an event with a given number. The event which contains the EvalEvent condition will only trigger if the condition is true.

Example  

EvalEvent = evt_nam_CSA_EnglishTimer;>=;4

Condition is fulfilled if the event "evt_nam_CSA_EnglishTimer" has occured 4 or more times.


See Spreadsheet Examples


 

Parameters

EventName

String; Name of the event to test.

Condition

String; [=,>=,<=,<,>] (< and > starting with EXEs generated March 26, 2012)

NumOccurs

Number of occurrences of the named event.

Forums