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

RegRem

From AGEWiki

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

RegRem

Syntax  

RegRem = <RegistryIdx1> ; <Minus> <RegistryIdx2>
or
RegRem = <RegistryIdx>

Description

Removes (subtracts) values from the selected registry.

Example  

RegRem = 6|Minus 4

Subtract the value in Registry 4 from the value in Registry 6  

RegRem = 5

Subtract 5 from the currently Active Registry

 

Parameters

<RegistryIdx1>

The Registry index from which we will substract a value, if used in conjunction with the <Minus> parameter

<Minus> or <RegistryIdx>

<Minus> is literal, used only to subtract value of a second registry from the value of registry <RegistryIdx1> <RegistryIdx> is the Registry number whose value is to be subtracted from thte currently active registry.

<RegistryIdx2>

The Registry index which we will substract from <RegistryIdx1>, if used in conjunction with the <Minus> parameter

Forums