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

(Difference between revisions)
Jump to: navigation, search
(Created page with "{{ scriptcommand | name =RegRem | type = | cat = | syntax = <RegistryIdx1> ; <Minus> <RegistryIdx2> '''''or''''' RegRem = <RegistryIdx> | description =Removes (subtracts) valu...")
m
 
Line 8: Line 8:
| description =Removes (subtracts) values from the selected registry.
| description =Removes (subtracts) values from the selected registry.
| example = 6{{!}}Minus 4
| example = 6{{!}}Minus 4
-
| example-description = Subtract the value in Registry 4 from the valuein Registry 6
+
| example-description = Subtract the value in Registry 4 from the value in Registry 6
| example2 = 5
| example2 = 5
| example2-description = Subtract 5 from the currently Active Registry
| example2-description = Subtract 5 from the currently Active Registry
Line 17: Line 17:
<RegistryIdx> is the Registry number whose value is to be subtracted from thte currently active registry.
<RegistryIdx> is the Registry number whose value is to be subtracted from thte currently active registry.
| param3 = <RegistryIdx2>
| param3 = <RegistryIdx2>
-
| param3desc =  
+
| param3desc =The Registry index which we will substract from <RegistryIdx1>, if used in conjunction with the <Minus> parameter
| param4 =
| param4 =
| param4desc =  
| param4desc =  

Latest revision as of 12:38, 13 October 2011

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