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

(Difference between revisions)
Jump to: navigation, search
 
Line 13: Line 13:
| param1desc = String; Name of the [[event]] to test.
| param1desc = String; Name of the [[event]] to test.
| param2 = Condition
| param2 = Condition
-
| param2desc = String; [=,>=,<=,<,>]
+
| param2desc = String; [=,>=,<=,<,>] (< and > starting with EXEs generated March 26, 2012)
| param3 = NumOccurs
| param3 = NumOccurs
| param3desc = Number of occurrences of the named event.
| param3desc = Number of occurrences of the named event.
}}
}}

Latest revision as of 13:59, 26 March 2012

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