Browser_SetDataFileΒΆ

Browser_SetDataFile opens a data file in the Data-Browser window.

bool = Browser_SetDataFile(ssDataFile)

Return Value

Is TRUE (1), if the function was successful and otherwise FALSE (0).

Parameters

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.

Example

Browser_SetDataFile(GetRootDirectory() + "samples/map-data.xls");

History

Version Description
5.20 New.

id-733194