.. highlightlang:: us .. index:: Browser_SetDataFile .. _browser_setdatafile: Browser_SetDataFile =================== .. us.tag Browser_SetDataFile NOTREADYENGLISH browser New5200 :ref:`Browser_SetDataFile` opens a data file in the Data-Browser window. .. function:: bool = Browser_SetDataFile(ssDataFile) .. us.return **Return Value** Is TRUE (1), if the function was successful and otherwise FALSE (0). .. us.params **Parameters** .. uparam:: ssDataFile *ssDataFile* is the complete data file name. If the file is not a NC file the file will be converted to an NC file. .. us.example **Example** :: Browser_SetDataFile(GetRootDirectory() + "samples/map-data.xls"); .. us.history **History** .. list-table:: :header-rows: 1 * - Version - Description * - 5.20 - New. .. seealso:: :ref:`overview-browser-window`, :ref:`Browser_GetDataFile` :sub:`id-733194`