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

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