.. highlightlang:: us .. index:: Browser_GetControlSelection .. _browser_getcontrolselection: Browser_GetControlSelection =========================== .. us.tag Browser_GetControlSelection NOTREADYENGLISH browser New5200 Changed5600 :ref:`Browser_GetControlSelection` returns the selected elements in the controls of the data browser window. .. function:: ret = Browser_GetControlSelection(iControl, bChar) .. us.return **Return Value** *ret* .. us.params **Parameters** .. uparam:: iControl *iControl* .. uparam:: bChar *bChar* .. us.example **Example** :: * for (i in 1:7) print Browser_GetControlSelection(i, TRUE); d:\temp\map-data_map.nc 2D: x/y N Pans BEEWG BEEWG PansZUWILAMABG .. us.history **History** .. list-table:: :header-rows: 1 * - Version - Description * - 5.20 - New. .. seealso:: :ref:`overview-browser-window`, :ref:`Browser_SetControlSelection` :sub:`id-751596`