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

RegEval

From AGEWiki

Revision as of 13:00, 13 October 2011 by Lodilefty (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

RegEval

Syntax  

RegEval = <Registry1> ; <Operator (one of: < <= = >= >) >; <Registry2>

Description

Evaluate 2 registry against each other

Example  

RegEval = 1;>;8

Returns "True" if the value in Registry 1 is greater than the value in Registry 8


 

Parameters

<Registry1>

First Registry to compare

<Operator>

one of: <, <=, =. >=, >

<Registry2>

Second Registry to compare

Forums