auto_LoadStyleFile loads a style file. The style file contains descriptions which specify the style of a dataset. Some example files can be found in the the UniPlot Sample directory. They have the file name extension .sty .icb.
Parameters
ssFileName is the name of the style file. Hint: Use a slash ("/") instead of the backslash ("\") when entering the file name. Example: "c:/data/datei.sty". An empty string unloads the current style file.
Example
auto_LoadStyleFile("test.sty")
History
| Version | Description |
|---|---|
| 5.6.0 | ssFileName can be an empty string. |
See also
id-799273