GridSetConfigInfo sets the data browser configuration.
Return Value
If the function succeeds, the return value is TRUE (1); otherwise it is FALSE (0).
Parameters
svConfig is a string vector with 6 elements:
| E1 | Sort Channel namens (1 or 0), |
| E2 | Use attribute add_offset and scale_factor (1 or 0), |
| E3 | Use attribute C_format if specified (1 or 0), |
| E4 | Number of decimal places (0 to 20), |
| E5 | Mark formula channels (1 or 0). |
| E6 | Channels are displayed in rows (“1”) or columns (“0”). |
Comment
All functions starting with Grid access the data browser. If the browser dialog isn’t open, these functions return an invalid value.
History
| Version | Description |
|---|---|
| 4.2.0 | svConfig has 6 instead of 5 parameters. |
| 3.3.0 | New |
id-1462665