Please enable JavaScript to view this site.

Vensim Help

The RADIOVAR control is used to select one among many (such as Low, Medium High). txt contains the name of the Constant (or Game Input for gaming).  A | separates the name from prompt information.

The accelerator field hold the value associated with that particular radio button, and the com field the text to be displayed.  RADIO1VAR is used to begin a related group of radio buttons.  A typical RADIOVAR use would be:

RADIO1VAR,"PRICE SENSITIVITY|Enter the sensitivity of sales \

to price",50,36,14,0,,[3.0],High,

RADIOVAR,"PRICE SENSITIVITY|Enter the sensitivity of sales \

to price",65,36,14,0,,[2.0],Medium,

RADIOVAR,"PRICE SENSITIVITY|Enter the sensitivity of sales \

to price",80,36,14,0,,[1.0],Low,

Here the user can choose between the values 3,2 or 1 using the names High, Medium and Low.