Browser_SetDataFile opens a data file in the Data-Browser window.
Return Value
Is TRUE (1), if the function was successful and otherwise FALSE (0).
Parameters
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. |
See also
id-733194