Applies to:
PcVue all versions |
||
|
||
Summary:
Two functions to read/write an INI file using SCADA BASIC |
||
|
||
Details:
Two functions to read an INI style configuration file from PcVue. Supports any file (doesn’t have to be a .INI) that folllows the format of sections (between square brackets) and keys with values. [General] The two functions are: ReadIniFile(FileName, SectionName, KeyName, DefaultValue) WriteIniFile(FileName, SectionName, KeyName, NewValue) Note that the strings passed to the functions as parameters are cAsE sEnSiTiVe. Download attachments: INI_FILE.svb.txt |
||
|
||
|
Created on: 29 Aug 2012 Last update: 13 May 2024