INI
1.0 Overview
This PowerPro plugin allows reading from and writing to standard ini files.
An ini file must have this internal structure:
[section name]
key_name= value
another key_name= another value
; a disabled key name= an old value
( ... followed by more sections containing more name=value lines ... )
• Any lines starting with a semicolon are regarded as comments and cannot be read or written to by this plugin.
• Section names and key names are not case sensitive and may contain spaces.
• Section names must be unique.
• Key names within each section must be unique.
-- added services directed accessible from other plugins
-- ini.set outputs a string even when you use a PowerPro float type
-- added version service.
-- removed use_long_vars, use_x_vars services.
I forgot to mention when I uploaded dialog plugin 0.55 that if you're going to create dialogs from ini files, you'll need this version If ini plugin or later.Download
http://tech.groups.yahoo.com/group/power-pro/files/Plug-ins_and_add-ons/0_Registry%20and%20Ini%20Access/