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

EvalRegionSel

From AGEWiki

(Difference between revisions)
Jump to: navigation, search
(Created page with '{{ scriptcommand | name = EvalRegionSel | type = | cat = | syntax = [NOT] | description =Evaluate a selection list to be TRUE if any selections are found. :Typical use is to insu…')
m
 
Line 22: Line 22:
| param5desc =  
| param5desc =  
}}
}}
-
 
-
 
-
=, <, >, <=, >=, DICE
 

Latest revision as of 11:33, 30 April 2010

EvalRegionSel

Syntax  

EvalRegionSel = [NOT]

Description

Evaluate a selection list to be TRUE if any selections are found.

Typical use is to insure "not empty" choice before actions.
See PickFromRegList

Example  

EvalRegionSel = NULL

TRUE if a PickFromRegList command has successfully found a region


 

Parameters

[NOT]

Reverses the test. Evaluate for no selection made.

Forums