Develop > Programming Guide > System Language reference > List: RAD functions > RAD function: multiselect.selection("rows")

RAD function: multiselect.selection("rows")

A RAD function that returns an array of row numbers that were selected.

Function

multiselect.selection("rows")

Format

$info=multiselect.selection("rows")

Example

$x=multiselect.selection("rows")

After execution, the value of $x is set to the selected rows. For example {2, 3, 7, 22, 23, 30}.