$eventSelected
returns selected values of selectMenus
Usage
$eventSelected or $eventSelected[position;seperator]
For Example:
$eventSelected would return the first selected value
$eventSelected[2] would return the second selected value,since the pos is 2
$eventSelected[;,] would return all selected values seperated by ,