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

Revision as of 13:58, 26 March 2012 by Pocus (Talk | contribs)
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; [=,>=,<=,<,>]

NumOccurs

Number of occurrences of the named event.

Forums