Promotic

IniFileRead - method of the Pm object

Description:
Reading the item from the *.ini file.
Syntax:
Variant IniFileRead(String sFile, String sSection, String sKey, Variant vDefault, [Long Dt])
Parameters:
sFile(String) The file name with the path.
If a full path is not entered, then it is completed relative to the application folder.
It is recommended to use the PROMOTIC path syntax - see PROMOTIC path to files and folders.
sSection(String) Section name (the section is in INI file in the brackets) without the brackets
sKey(String) Key name of the read item
vDefault(Variant) Value that has to be returned if reading the item fails
Dt[optional] (Long) Data type of the read value. See VBScript constants of data types.
The default value is 8 (=String).
Note:
This method is not functional in Web panels.
Example1:
The example of the *.ini file
[MySettings]
NmbX=0
Object=/Folder0/Timer0
[Data]
Value1=8.2
Value2=3.14
Value3=GoodBy
Example2:
The example of using the method
JavaScriptVBScriptSelect and copy to clipboard

var Val = Pm.IniFileRead("#cfg:file.ini", "Data", "Value1", "1.0", 4);   // 4=Single, 8=String, ...
PROMOTIC 9.0.27 SCADA system documentation MICROSYS, spol. s r.o.

Send page remarkContact responsible person
Navigation:
 
- Pm
 
- Abs
- Cos
- E
- Exp
- IniFileRead
 
 
- LN2
- PI
- Pow
- Sin
- Tan
© MICROSYS, spol. s r.o.