CodeCharge Studio

arr_<control name> Run-Time Variable (ColdFusion)

Applies to

ListBox control, CheckboxList control, RadioButton control

Access

read/write

Syntax

<cfset arr_<control>=<expression>>

Description

This variable contains an array of items of a list control (values and descriptions). The first element of the array is the value of the first item, the next element is the item's description.

See also

query<control> Variable


On-line, printable versions and updates