Enables read and write specified values into the INI files.
| INIFile - Enables read and write specified values into the INI files. |
| GetProfileInt | Retrieves an integer from the specified key name in the given section of the file. | |
| GetProfileString | Retrieves an string value from the specified key name in the given section of the file. | |
| WriteProfileInt | Writes the specified value into the specified section of the file. | |
| WriteProfileString | Copies a string into the specified section of the file. |
INI and integer value |
Dim INI, ConfValue
Set INI = CreateObject("ScriptUtils.INIFile")
INI.WriteProfileInt "Main", "Enable", 88, "MyINI.INI"
ConfValue = INI.GetProfileInt("Main", "Enable", 1, "MyINI.INI") |
Kernel, ByteArray, Process, Thread, Advapi, INIFile, ZLib, LogFile, ASPForm, FormFields, FormField, FormParser
ProcessCreationFlags, ThreadPriorities, PriorityClasses, LogonTypes, ConvertCodePages, OutputTypes, ZLibCompressLevels, ConvertTypes, LogLineEncodes, LogLineBeginTypes, FormStates, eFormType
© 1996 - 2009 Antonin Foller, Motobit Software | About, Contacts | e-mail: info@pstruh.cz