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

RAD function: multiselect.selection("selected")

A RAD function that returns true or false if the provided variable has multiple records selected.

Function

multiselect.selection("selected",$file.variable)

Format

$info=multiselect.selection("selected",file.variable)

Example

$x=multiselect.selection("selected",$L.file)

After execution, the value of $x is set to true or false.