Quote:



.INI files employ a special file structure based on sections, keys, and values. See the KiXtart Manual for details under READPROFILESTRING/WRITEPROFILESTRING. Example:
Code:
[section 1]
key1=value1
key2=value2





yeah i read that, but my .ini is automatically generated in the format "group,dir,orga" so i saw no other way
than to use the readline-command.

however, thanks for all the help. i got rid of mostly all codes.

rob