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

EvalSubUnitCount

From AGEWiki

(Difference between revisions)
Jump to: navigation, search
(Created page with '{{ scriptcommand | name = EvalSubUnitCount | syntax = <Operator>;<Value> | description = Compare the number of SubUnits currently selected to the value, using the operator indica…')
m
 
Line 6: Line 6:
| example-description = Result is "True" if the currently selected count of subunits is greater than or equal to 40
| example-description = Result is "True" if the currently selected count of subunits is greater than or equal to 40
  Note: See [[SelectSubUnits]]  
  Note: See [[SelectSubUnits]]  
 +
 +
 +
See [[media:WIki_Example_AlterCuSubUnits.xls|Spreadsheet Examples]]
 +
| param1 = Operator
| param1 = Operator
| param1desc = One of: =, <, >, <=, >=, DICE  
| param1desc = One of: =, <, >, <=, >=, DICE  

Latest revision as of 11:10, 4 May 2010

EvalSubUnitCount

Syntax  

EvalSubUnitCount = <Operator>;<Value>

Description

Compare the number of SubUnits currently selected to the value, using the operator indicated.

Example  

EvalSubUnitCount = >=; 40

Result is "True" if the currently selected count of subunits is greater than or equal to 40

Note: See SelectSubUnits 


See Spreadsheet Examples


 

Parameters

Operator

One of: =, <, >, <=, >=, DICE

Value

Integer (0 to 999)

Forums